is there a way to see someones code on a page that only redirects?

Status
Not open for further replies.

oscarslater

Regular Member
Joined
Mar 13, 2008
Messages
401
Reaction score
154
I am going to some sites that a load of their links simply redirect to other pages

I can find out the links by hovering over the link before I click it but is there anyway to see what the code is one the page? I mean I will have the links url details but nothing else.

Most of the time they are php files but sometimes they are html files

It simply does a redirect and then takes me to my destination but I want to know what is happening before I am shunted off

is this possible??

oscar....
 
Turn of javascript and stuff then visit or wget the file.
 
thanks I'll give this a go

don't know anything about wget but i will soon, cheers

os
 
Just slow down your internet connection & click the link, hit cancel while the redirecting site is loaded (and then view source and see your pretty javascript redirect with firefox).
 
OMG HaRRo that avatar caused a Mt Dew spittage accident!! Dude thats to damn funny. ( sorry for unrelated post but damn that is great!)
 
Just slow down your internet connection & click the link, hit cancel while the redirecting site is loaded (and then view source and see your pretty javascript redirect with firefox).

This is what I do ... try to cancel before the redirect ...

It's like a hand eye coordination / speed test.
 
thanks guys I have got it

and yes I forgot harro's avatar was so...well..... animated and I had the page open when I was in a service station today for quite a while with it in full view.

Don't know if anyone saw it but I did get a few funny looks

os
 
A nice tool to see where those links are going is Live HTTP:
https://addons.mozilla.org/en-US/firefox/addon/3829
 
keep in mind that if it's a php redirect page, it could be doing any number of things behind the scenes. Just viewing the source won't tell you everything.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top