I have a link/url:
Code: Select all
http://link.jubii.dk/sgo/l_wres/http:// ... /L%C3%B6weCode: Select all
http://de.wikipedia.org/wiki/L%C3%83%C2%B6weI'm not doing any url decoding. Could anybody help?
Thanks.
Moderator: General Moderators
Code: Select all
http://link.jubii.dk/sgo/l_wres/http:// ... /L%C3%B6weCode: Select all
http://de.wikipedia.org/wiki/L%C3%83%C2%B6weCode: Select all
http://link.jubii.dk/sgo/l_wres/Code: Select all
> lynx -mime_header 'http://link.jubii.dk/sgo/l_wres/http://de.wikipedia.org/wiki/L%C3%B6we'
HTTP/1.1 302 Found
Connection: close
Date: Tue, 29 Jul 2008 11:50:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Location: http://de.wikipedia.org/wiki/L%c3%83%c2%b6we
Cache-Control: private
Content-Type: text/html; charset=iso-8859-1
Content-Length: 161
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href='http://de.wikipedia.org/wiki/L%c3%83%c2%b6we'>here</a>.</h2>
</body></html>