php - Prevent redirection to root url -


i trying access webpage. manage redirect webpage session id shown: http://www.sbstransit.com.sg/mobileiris/(tqkjtlnqkh2lw5v4rz4yurzf)/mobresult_svclist.aspx?stopcode=16101

i added mobresult_svclist.aspx?stopcode=16101 after session id retrieve information.

however, not access page , keep been redirected root url: http://www.sbstransit.com.sg/mobileiris/(tqkjtlnqkh2lw5v4rz4yurzf)/index_nextbus.aspx?__redir=1.

do know how prevent redirection root url using php or other codes? thanks.

you cannot. if server sends redirect header, can of course choose not follow it, page body still empty if server side doesn't generate it.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -