Ge0rg3/requests-ip-rotator

Are the Proxies Elite?

MrCoder1453 opened this issue · 6 comments

I want to scrape data from Steam, but i think steam doesn't allow it, are proxies elite?

Hi! Apologies, I don't understand the question. Do you mean are they using ProxyElite?

Hi! Apologies, I don't understand the question. Do you mean are they using ProxyElite?

Sorry i explained badly,

You know there are 3 types of proxy: Public, Anonymous and Elite. Public proxies are the easiest to detect because they have xForwardedFor in the their request headers. Anonymous proxies are really anonymous, so sites generally do not accept them, Elite proxies are usually best for sites which have proxy protection.

What's the type of proxy's which AWS providing? Elite, Anonymous or Public?

Ahh okay, I see.

I guess you could consider this between public and anonymous, for these reasons:

  • An X-Forwarded-For header is provided, but by default the library randomizes it so that your true IP is not forwarded.
  • The headers x-amzn-apigateway-api-id and x-amzn-trace-id are given.

Hope this makes sense?

Hi @amanrawat121, please provide the code you are using to run this.

Closing due to no response