cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problems to login to this page

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sun, 16 Jan 2005 23:57:10 +0100 (CET)

On Sun, 16 Jan 2005, arturo didonna wrote:

> URL=%2F&txt

...

> "URL=/&txt

curl does not encode the string in any way. It sends what you tell it. Thus it
seems odd that you don't send the same string you saw in the LiveHTTPHeaders
dump. Your conversions of %2f to / is probably not liked by the server.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-16