Forum Moderators: coopster & phranque

Message Too Old, No Replies

capture the url before redirection

         

srafique

7:08 pm on Jun 22, 2005 (gmt 0)



I have a url which always forward me to a new url when entered in the addressbar (it create a new session each time). Now i want to capture the url, where the first url ll forward me(as it is always a different url) so that i can parse the page pointed by 2nd url.

can any body plz help me.

volatilegx

8:22 pm on Jun 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld :)

This question probably isn't related to perl, but here goes... go to your browser's options and disable JavaScript. Then, disable meta refresh.

If you are still being redirected, then the redirection is happening "server-side" and there is probably nothing you can do to stop it.