The real Url
"FERNANDEZ Emmanuel" <[email protected]> Fri, 03 Oct 2003 11:19:38 +0200
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
Hello, When you call an url (http://www.test.fr/index.html), maybe there is a jsp server like Tomcat which redirect your request. In fact the real page will be http://www.test.fr/redirect/index.jsp. Is there a method to know this *real* page url ? Thank's