cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1451929 ] parse url error

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 21 Mar 2006 23:08:52 -0800

Bugs item #1451929, was opened at 2006-03-16 20:01
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1451929&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: parse url error

Initial Comment:
when use liburl, the version is 7.15.2

request from this url:
http://forum.ikaka.com/list.asp?board=53

after redirections, it redirct to the following url:
http://forum.ikaka.com/setusermsg.asp?
result=f&url=http://forum.ikaka.com/list.asp?board=53

the response is:
Location: script.asp?url=http://forum.ikaka.com/list.
asp?board=53

then liburl issue a request to this url:
http://forum.ikaka.com/setusermsg.asp?
result=f&url=http://forum.ikaka.com/script.asp?
url=http://forum.ikaka.com/list.asp?board=53

it's incorrect, the correct one should be:
http://forum.ikaka.com/script.asp?url=http://forum.
ikaka.com/list.asp?board=53

if any response or need more detail, mail to:
woooh_at_hotmail.com
include "han" in the subject.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-03-21 23:08

Message:
Logged In: NO

but popular browser, such as ie, firefox, opera, even
wget(1.10 or above) could do this in more smart way.

woooh_at_hotmail.com

----------------------------------------------------------------------

Comment By: Dan Fandrich (dfandrich)
Date: 2006-03-17 09:58

Message:
Logged In: YES
user_id=236775

This server is responding with a Location: URI that is not
absolute, thereby violating the HTTP/1.1 specification.
Whatever libcurl does in this case can't be considered
wrong; inconvenient, perhaps, but GIGO.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1451929&group_id=976
Received on 2006-03-22

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET