A
A
Alexander Kurakin2017-04-17 21:17:39
proxy
Alexander Kurakin, 2017-04-17 21:17:39

How to get the same request through a proxy in cURL as in a browser using proxy extensions?

I'm trying to download data from whoscored.com . These are header and cookie sensitive XHR requests with a JSON response. If something is wrong, done, then captcha instead of the answer.
If the original browser request is "copied as a cURL request" (any browser) and executed, then everything is ok.
However, if you enable the Tor proxy (through any extension of any browser), then the original browser request, "copied as a cURL request", with --proxy socks5://127.0.0.1:9050or added --socks5 127.0.0.1:9050, already triggers a captcha. Everything works in the browser.
Not sure what else the browser/extensions add?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2017-04-17
@dimonchik2013

www.telerik.com/fiddler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question