Can someone please post the simplest of working code that can get the last redirected url(nth) when I GET request a url?
I know I need to use asynchronous requests but
We can achieve this with NSMutableURLRequest. I had followed these steps, it's working fine for me. Go through with below mentioned Link.
URL: Click here: Get the final redirected url
P.S: Let me know if you need further help.