Closed ib0b closed 5 years ago
Just tested this using an HTTP Python server that dumps the headers and a new Fireprox proxy URL. Worked perfectly using curl and adding the header X-My-X-Forwarded-For pointing to a random IP.
Double check you are passing in the header properly, not sure what else I can do for this issue. Sorry!
it seems x-fowarded it still being sent. I used the following site to check if headers were being sent.
here is the command to run.
python fire.py --access_key ACCESSKEY --secret_access_key SECRET --region us-west-2 --command create --api_id 1 --url http://www.whatismyproxy.com/
result after visiting endpoint:
did the patch stop working?