Hello,
I'm using Fiddler 4.4.9.6 and I'm trying to make the autoresponder use a file as a response with a regex rule.
The regex part is ok but it sends back a 403 error when using full URLs and local files.
The only way I can make it work is by using a relative URL and that's because it automatically adds a forward slash (/) to the response.
So:
- http://www.example.com doesn't work
- C:/mystuff/stuff.json doesn't work
- relativeurl/stuff.json does work
Any ideas?
Thanks!
I'm using Fiddler 4.4.9.6 and I'm trying to make the autoresponder use a file as a response with a regex rule.
The regex part is ok but it sends back a 403 error when using full URLs and local files.
The only way I can make it work is by using a relative URL and that's because it automatically adds a forward slash (/) to the response.
So:
- http://www.example.com doesn't work
- C:/mystuff/stuff.json doesn't work
- relativeurl/stuff.json does work
Any ideas?
Thanks!