I'm trying to read a new page after
recieving a location: newpage header
using php and the fsockopen on port 80,
But the result I get when doing so is different than the result page when going to the same page using Internet Explorer.
I thought maybe the site check which browser i'm using so I tried immitating a browser by sending all the neccessary headers(like accept,user-agent etc....)
but still it does not work,
any suggestions on solving the problem?
or how to exactly fake a browser using php?