Bugs item #1451929, was opened at 2006-03-16 20:01
Message generated for change (Comment added) made by dfandrich
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: 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-17