The following page loads ok when not using Fiddler Classic as a proxy...
https://www.investing.com/currencies/eur-usd
But if I use Fiddler, the chart on the page will not load! I checked everything and the problem seems to be related to the fact that some resources needed by the page above do not load, and that is because Cloudflare is returning a captcha question instead of data. One such resource file is this, for which I am always getting a captcha when using Fiddler (it works ok otherwise):
https://api.investing.com/api/financialdata/table/list/1?fieldmap=general.slim
Is there any way to fix this, please? I would like to pass all the traffic through Fiddler, and have the page load ok every time.
My Fiddler is not set to make any kind of changes to the page headers, or its content. So I guess Cloudflare is using other ways to detect when traffic is not coming directly from a web browser.
Thank you!
Alex