Announcement

Collapse
No announcement yet.

HTTP method PUT not supported by this URL for RSS feeds on portal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTTP method PUT not supported by this URL for RSS feeds on portal

    Hi

    i am receiving a "HTTP method PUT not supported by this URL" when i configure a rss widget on the portal.
    the webserver which talks to the OX setup is Apache/2.2.3 .

    can you please advice

    thanks
    Waqaar
    ------------------------------------------------------------------------------------------------------------------------------

    hi
    please see below addidional info

    am currently using version 7.0.2 rev8.1

    please see below the data from firebug:

    HeadersPreviewResponseCookiesTiming
    Request URL:http://home/appsuite/api/rss?0=d&1=a...**************
    Request Method:PUT
    Status Code:405 HTTP method PUT is not supported by this URL
    Request Headersview source
    Accept:application/json, text/javascript, */*; q=0.01
    Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
    Accept-Encoding:gzip,deflate,sdch
    Accept-Language:en-US,en;q=0.8
    Connection:keep-alive
    Content-Length:51
    Content-Type:text/javascript; charset=UTF-8
    Cookie:language=en_US; JSESSIONID=************************.APP1; open-xchange-secret-************************=************************; open-xchange-public-session=************************
    DNT:1
    Host:home
    Origin:http://home
    Referer:http://home/appsuite/
    User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17
    X-Requested-With:XMLHttpRequest
    Query String Parametersview sourceview URL encoded
    0:d
    1:a
    2:t
    3:e
    sort:date
    order:desc
    limit:30
    session:************************
    Request Payload
    {"feedUrl":["http://sdb.open-xchange.com/rss.xml"]}
    Response Headersview source
    Connection:close
    Content-Length:343
    Content-Type:text/html; charset=UTF-8
    Date:Mon, 18 Mar 2013 20:32:01 GMT



    http response:
    1 requests ❘ 521B transferred
    rss?0=d&1=a&2=t&3=e&sort=date&order=desc&limit=30& session=************************
    /appsuite/api
    9ms0

    HeadersPreviewResponseCookiesTiming
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>405 HTTP method PUT is not supported by this URL</title>
    </head><body>
    <h1>405 HTTP method PUT is not supported by this URL</h1>
    <p>[no description available]</p>
    <hr>
    <address>Mon, 18 March 2013 20:32:01 GMT,&nbsp;Open-Xchange v7.0.2-Rev6</address>
    </body></html>
    Last edited by waqaar; 03-18-2013, 10:43 PM. Reason: info added

  • #2
    Hi Waqaar,

    please provide the request and response for this issue. You may record them using firebug. What OX Version do you use?

    Greetings
    Martin

    Comment


    • #3
      hi Martin

      am currently using version 7.0.2 rev8.1

      please see below the data from firebug:

      HeadersPreviewResponseCookiesTiming
      Request URL:http://home/appsuite/api/rss?0=d&1=a...**************
      Request Method:PUT
      Status Code:405 HTTP method PUT is not supported by this URL
      Request Headersview source
      Accept:application/json, text/javascript, */*; q=0.01
      Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
      Accept-Encoding:gzip,deflate,sdch
      Accept-Language:en-US,en;q=0.8
      Connection:keep-alive
      Content-Length:51
      Content-Type:text/javascript; charset=UTF-8
      Cookie:language=en_US; JSESSIONID=************************.APP1; open-xchange-secret-************************=************************; open-xchange-public-session=************************
      DNT:1
      Host:home
      Origin:http://home
      Referer:http://home/appsuite/
      User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17
      X-Requested-With:XMLHttpRequest
      Query String Parametersview sourceview URL encoded
      0:d
      1:a
      2:t
      3:e
      sort:date
      order:desc
      limit:30
      session:************************
      Request Payload
      {"feedUrl":["http://sdb.open-xchange.com/rss.xml"]}
      Response Headersview source
      Connection:close
      Content-Length:343
      Content-Type:text/html; charset=UTF-8
      Date:Mon, 18 Mar 2013 20:32:01 GMT



      http response:
      1 requests ❘ 521B transferred
      rss?0=d&1=a&2=t&3=e&sort=date&order=desc&limit=30& session=************************
      /appsuite/api
      9ms0

      HeadersPreviewResponseCookiesTiming
      <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
      <html><head>
      <title>405 HTTP method PUT is not supported by this URL</title>
      </head><body>
      <h1>405 HTTP method PUT is not supported by this URL</h1>
      <p>[no description available]</p>
      <hr>
      <address>Mon, 18 March 2013 20:32:01 GMT,&nbsp;Open-Xchange v7.0.2-Rev6</address>
      </body></html>


      please do let me know if you need more details about my config.

      thanks
      Waqaar

      Comment


      • #4
        Hi,

        have you installed the open-xchange-messaging package? Looks like the backend does not know how to deal with this request since there is no implementation for it running.

        Cheers
        Martin

        Comment


        • #5
          hi Martin,

          that did the trick, although the package was already installed, it wasn't updated.

          many thanks.

          br
          Waqaar

          Comment

          Working...
          X