Fiddler lets me intercept http requests and respond with files from from my local machine. I am looking for a tool that does exactly that, on mac.

I tested charles but its "rewrite tool" does not allow that. I tried also httpscoop which allows only looking at requests, and wireshark where I could not even find the gui (probably due to my noobness on mac)

有帮助吗?

解决方案

As far as I understand it, Charles' Map feature offers what you're looking for.

If you have a Windows PC or VM on your Mac, you can use Fiddler to capture the Mac's traffic. Also worth noting is that I'm at Telerik now and one of our goals is to support more platforms with Fiddler. An alpha version of Fiddler for the Mono framework is now available.

其他提示

you can try a free chrome extension: Trumpet

Features:

Wildcard pattern

RegEx pattern

Category

File drag

Try Tamper, it's based on mitmproxy and it allows you to see all requests made by the current tab, modify them and serve the modified version next time you refresh.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top