Search results

  1. A

    Resolved HTTP/1.1 400 Bad Request

    Hi, I am getting "HTTP/1.1 400 Bad Request" error when trying to post the XML request to a Java Webservice. Please help me to resolve this issue. Appretiate your quick response. Thanks Akram
  2. A

    HTTP/1.1 400 Bad Request

    Hi, I am getting "HTTP/1.1 400 Bad Request" error when trying to post the XML request to a Java Webservice. Please help me to resolve this issue. Appretiate your quick response.
  3. A

    set-cookie problem

    Thanks every one for the response! The issue is resolved. The problem was that set-cookie function was already used in the starting page of the application to set the cookie value for other cookies. I set my new cookie on the same page and problem got resolved :)
  4. A

    set-cookie problem

    Yes, It is still showing cookie information on the page.
  5. A

    set-cookie problem

    Thanks for the repy! I have following code in output-header procedure. "output-content-type" is used after set-cookie. Do you see any issue in the following code? /*------------------------------------------------------------------------ Purpose: Output the MIME header, and any "cookie"...
  6. A

    set-cookie problem

    Hi All When i am using the set-cookie function, a line is displayed to the screen showing the path to where the cookie was set. Here is the text visible on the top of the browser: ==================================================== Set-Cookie: testcookie=akram; path=/cgi-bin/web.sh...
Top