Loop on redirect response
Status: Inactive
Brought to you by:
eugee
Hi,
I have submitted a from via proxy version 0.4 POST method.
When the remote script is forcing a redirect the next response is still a POST and not a GET as it should be...
Just explictily set
$this->request_method = 'GET';
in follow_location()
ty
I am a proxy fan