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
Post a Comment