Olivvv
Olivvv

Reputation: 1200

Mac replacement for fiddler's auto-responder feature

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)

Upvotes: 4

Views: 4843

Answers (3)

dutzi
dutzi

Reputation: 1928

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.

Upvotes: 0

EricLaw
EricLaw

Reputation: 57115

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.

Upvotes: 6

anhulife
anhulife

Reputation: 566

you can try a free chrome extension: Trumpet

Features:

Wildcard pattern

RegEx pattern

Category

File drag

Upvotes: 1

Related Questions