Question webrequest refresh page

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I am trying to load a webpage with webrequest but all i got back was
<meta http-equiv="refresh" content="0;URL='".$_SERVER["REQUEST_URI"]."'" />
Is there a way to deal with that and get the real page without using the webbrowser tool?
 
Back
Top