Earlier quoted context omitted.
I hope this works out! Using fiddler us such a frustrating experience. The documentation is practically non existent and the ux is atrocious, and as far as I can tell the closest thing to a manual is a paid ebook by the developer (I was so pissed when I discovered this). I would be very happy to have an open source alternative!
If you think Fiddler sucks get a Mac and try using the tools available there like Charles Proxy. Ugh.
Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
81–86 of 86 posts
Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
#82Earlier quoted context omitted.
At that point why not just LD_PRELOAD and hook the creation of all cert stores?
I did look at it! It's still an option in my back pocket if I find things that don't work nicely, but right now this is much easier. I'd need to use LD_PRELOAD to hook lots of different libraries and tools (OpenSSL is just the start, and I also need to hook proxy settings), plus handle different versions of the hooked libs, and make it work reliably on Windows & Linux & Mac. AFAICT, it's hard to do everywhere reliabl…
Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
#83Earlier quoted context omitted.
WOW. Just WOW. Easiest intercepter I have EVER used. (Charles, Fiddler, MITMProxy). After install I was able to edit requests and responses with the MOCK rules in no time. The language was confusing but I got through it and WOW. Nice job on the UI too, Linux UI's are hit or miss and HTTP Toolkit's is pleasant!
Haha, thanks! Glad you like it. When you say 'the language was confusing' though, what do you mean? I should fix that.
Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
#84Arch AUR package here everyone > https://aur.archlinux.org/packages/httptoolkit/ `yay -S httptoolkit` AUR is 0.1.13 and latest is 0.1.14 fwiw.
WOW. Just WOW. Easiest intercepter I have EVER used. (Charles, Fiddler, MITMProxy). After install I was able to edit requests and responses with the MOCK rules in no time. The language was confusing but I got through it and WOW. Nice job on the UI too, Linux UI's are hit or miss and HTTP Toolkit's is pleasant!
This just earned a subscription, will get it processed soon! Thanks again, a breeze to use!
Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
#85Earlier quoted context omitted.
If you think Fiddler sucks get a Mac and try using the tools available there like Charles Proxy. Ugh.
Curious about this comment. I'm a Mac user and a Charles user. I find it to be a great tool. Why the negativity?
Re: Show HN: HTTP Mock – Intercept, debug and mock HTTP(S) with zero setup
#86Is this something that could be used in a CI pipeline as well?