I have one URL something like http:xx.xx.xx.xx:80/random_number/xyz.html
There is connection timeout for this url, means if i stop accessing this URL for 10 seconds then this URL is not accessible again. Server generates new random number for every new URL to access the contains on the server.
Some time this happens that app requests this url after some time (more than the timeout time) and because of that my application receive response as "403 Forbidden".
So how can i keep the connection to this url ali