Posted on: 8/28/2014 11:53:17 PM | Views : 393

I tried to detect the final Url after a redirect. The Url is shown below. When using chrome I receive the 302 response however in my code I simply see a 200 without an Url change.  
http://imgur.com/ZmQOSHo (Chrome console image at this link)
I've tested with another Url which works. I've noticed the latency for the tiny url is 1.21 s and for the other Url is 85 ms. Maybe the Redirect is so fast it doesn't get noticed?
I've included my code at the bottom.
References on detecting a redirect:
http://stackoverflow.com/questions/704956/getting-the-redirected-url-from-the-original-url
http://stackoverflow.com/questions/1 ...

Go to the complete details ...