Ge0rg3 / requests-ip-rotator

A Python library to utilize AWS API Gateway's large IP pool as a proxy to generate pseudo-infinite IPs for web scraping and brute forcing.

Home Page:https://pypi.org/project/requests-ip-rotator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you disable headers X-Amzn-Apigateway-Api-Id and X-Amzn-Trace-Id?

solkad opened this issue · comments

commented

I was wondering if it was possible to disable the passing of these two headers:

X-Amzn-Apigateway-Api-Id
X-Amzn-Trace-Id

Currently they seem to be passed to the URL being requested. I would like to disable them due to security/footprint reasons.

Hi, unfortunately AFAIK you cannot remove these, this is an AWS limitation.