Using fiddler as reverse proxy get this "This web property is not accessible via this address"

0 Answers 1256 Views
Fiddler Classic
chen
Top achievements
Rank 1
Iron
Iron
Iron
chen asked on 20 Sep 2022, 08:38 AM | edited on 20 Sep 2022, 09:23 AM

HI:

I'm try to use fiddler as reverse proxy ,and i Write a FiddlerScript Rule like this

if (oSession.host.toLowerCase() == "192.168.5.201:8889") oSession.host = "pubs.acs.org";

then i try access https://192.168.5.201:8889 , I get this:

 i know this is because cloudflare detective it as a ddos attack.

Does it possible to solve this problem?

Rosen Vladimirov
Telerik team
commented on 23 Sep 2022, 05:31 AM

This error seems like a generic one from Cloudflare and could be caused by various reasons. One thing you can try is to turn on Ignore Server Certificate Errors option from Tools -> Options -> HTTPS. Then save the settings and restart Fiddler Classic.

Another option is to modify your hosts file directly instead of using FiddlerScript to modify the requests - just use Tools -> HOSTS, then load the Windows Hosts file and add mapping of your ip and the host you need. 

If none of the above works, there are various resources for similar errors in the CloudFlare community and suggestions how to fix them, for example:
- https://community.cloudflare.com/t/apps-this-web-property-is-not-accessible-via-this-address/244138/6
- https://community.cloudflare.com/t/this-web-property-is-not-accessible-via-this-address/274794/10
- https://community.cloudflare.com/t/the-web-property-not-accessible-via-this-address/412575/5
chen
Top achievements
Rank 1
Iron
Iron
Iron
commented on 23 Sep 2022, 08:56 AM

Thanks for reply!

Unfortunately,none of the above works. I will try other ways to  slove my problem .

 

No answers yet. Maybe you can help?

Tags
Fiddler Classic
Asked by
chen
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or