When using the url "http://mediaphor.louis.info/de/";, the HTTP client 
component hit a 404 error after a relocation. The problem is that the 
relocation is done to "../" so the component send the request "GET /de/../" 
and the server doesn't like it. In my opinion, it is a problem at server 
side.

The same URL with IE work. Looking with a sniffer, I found that IE is 
removing the relative path before sending the request. So after relocation 
to "../", IE send the request "GET /" which is accepted by the remote 
server.

The question is: Should the HTTP client component implement this relative 
path removal algorithm ?


Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to