[CLOSED] 411 error with ASMX POST service call without parameters

  1. #1

    [CLOSED] 411 error with ASMX POST service call without parameters

    Hi,

    Is there a way to avoid the error: "411 request must be chunked or have a content length" under FireFox when using HttpProxy with the store that calls ASMX service method without parameters with the POST method? I know I can avoid it by using GET method, but I was wondering if e.g. modifying the Coolite sources to sent Content-Length: 0 could solve that?

    Thanks,
    Tadeusz
  2. #2

    RE: [CLOSED] 411 error with ASMX POST service call without parameters

    Hi,

    Why you need to set the POST method explicitly?
    HttpProxy can automatically set required method (if there are params then will be used POST otherwise GET)
  3. #3

    RE: [CLOSED] 411 error with ASMX POST service call without parameters

    Great, I didn't know - thanks.
    Tadeusz

Similar Threads

  1. Replies: 2
    Last Post: Nov 01, 2013, 6:07 AM
  2. Replies: 0
    Last Post: Feb 16, 2011, 12:41 PM
  3. Replies: 0
    Last Post: Feb 11, 2010, 5:26 PM
  4. Replies: 2
    Last Post: Dec 08, 2009, 4:54 PM
  5. Replies: 6
    Last Post: Jun 04, 2009, 12:58 PM

Posting Permissions