With one click
Intercept & view all your HTTP(S)
Mock endpoints or entire servers
Rewrite, redirect, or inject errors

HTTP Toolkit is a beautiful & open-source tool
for debugging, testing and building with HTTP(S)
on Windows, Linux & Mac.

Join 496,000 happy developers:

Today I discovered this amazing open source tool call HTTP Toolkit that you can use to intercept HTTP and HTTPS traffic for analysing and debugging. In case you want to look at header and body of your HTTP messages then this tool is really amazing.

Pro tip: If you want to debug @trpcio remote procedure calls in @reactjs server components, HTTP Toolkit is your best friend

Acabo de descubrir HTTP Toolkit y me flipa: httptoolkit.com. Una herramienta para interceptar, depurar, testear y simular con HTTP. Y además es de código abierto.

HTTP Toolkit is a powerful tool for examining HTTP traffic...

It's a versatile tool ideal for monitoring traffic and prototyping new endpoints or services.

Totally unpaid product endorsement: really really like HTTP Toolkit for debugging LLM requests/responses. One click copy-paste into your terminal and all requests/responses including SSL are automatically proxied and viewable.

I've been using this for the past year and it is amazing!
...
HTTP toolkit is a must-have for every single developer tool box.

I love @pimterry's HTTP Toolkit so damn much, it's the only thing that let me intercept Android apps' requests, and did it with just two clicks.

I'm just stunned, fantastic work.

Great tool for debugging and mocking HTTP requests httptoolkit.com #debugging #softwaredevelopment

I came across the HTTP Toolkit, a free and also an open-source tool that is very quick to install and use, which gets right to the point

When it comes to flutter app penetration testing it's a nightmare for me. But today I found an awesome tool HTTP Toolkit which helps to inspect flutter app traffic with a seamless connection. Thank you HTTP Toolkit

@pimterry knows what he is doing. Great code in HTTP toolkit.

If you ever want to easily look at what api calls your non-browser process is making, then httptoolkit.com is really effective and trivial to setup. Saved me a lot of time, a very neat tool.

Dude your tool is #@!%*€& amazing thank you so much!

There are many proxy servers to choose from for Android, the most easy to use I would say from the lot is HTTP Toolkit. The setup is a breeze, if you are coming from Charles Proxy or Proxyman etc, you will definitely love the simplicity.

HTTP Toolkit is the first thing I install before even starting to work on any project

what an awesome tool!!

HTTP Toolkit is one of the most useful debugging tools EVER! You can intercept all HTTPS requests AND responses and MOCK responses! So FUDGING valuable!

So excited to see this tool develop and just submitted a software request to my company!

Working with @erkang to get past an unexpected API response uploading #jupiterone security policies to #confluence for our customers. Bumped into httptoolkit.com amazed how it just worked to trace HTTP from any Terminal.app sub-process!

Where I had trouble getting Fiddler to recognize calls made from my terminal, HTTP Toolkit just worked immediately.

Just tested it. Works like a charm! Thank you so much!

Awesome tool! Really makes your life easier than having to intercept with Charles.

Man I have no idea how I built web apps before HTTP Toolkit. If you haven't gotten it yet get it now! Being able to intercept ALL outgoing requests (including pre-flight OPTIONS for CORS reqs!!) is v v handy

HTTP Toolkit is a must-have for developers and security enthusiasts! With its user-friendly interface, it lets you intercept, inspect, and manipulate HTTP(S) traffic effortlessly.

HTTP Toolkit is a nice looking and intuitive tool to intercept, view, and debug HTTP(S) endpoints...

During the preparation of this article, HTTP Toolkit has been the tool working best out of the box — no configuration was necessary.

OK, confirmed by HTTP Toolkit (which is ace BTW!), Chrome (stable) is not making HTTP requests to my endpoint...

Wow. I switched from AdvancedRestCient and mitmproxy to HTTP Toolkit and my life has just changed. I'm noticing additional traffic from my printer I didn't notice with mitmproxy. The configuration is also much more easier to achieve. I've never been a fan of Postman or Insomnia.

Amazing tool! Super simple to setup, and just works.

I'm always impressed at the thought that went into it when I fire up HTTP Toolkit

Unlike other HTTP debuggers, HTTP Toolkit provides automatically targeted interception for specific clients, including HTTPS setup, rather than intercepting everything from your entire computer, and so avoids capturing irrelevant traffic or disrupting other applications.

I just tried HTTP Toolkit after used charles.
Wow! Less than 5 minutes to make my Ubuntu intercept https traffic from my smartphone. Fast and simple!

And it's open source !

Stumbled upon a nice find - it's an open source alternative software to the likes of Burp Suite etc. Very handy and neatly done, have a look: httptoolkit.com

Tried out HTTP Toolkit to custom map some requests on Android. Very impressed with it, good UI and the automatic certificate setup with emulator is great

Excellent open-source HTTP debugging! httptoolkit.com

HTTP Toolkit is the only app that can debug connections issues within a LIVE Docker container with SSL! We are able to resolve issues in minutes instead of days.

Your tool is way better than Charles
...
Editing requests on the go without doing any extra work is just amazing.

I like HTTP Toolkit's integration with @OpenApiSpec! Nifty little feature that overlays OpenAPI documentation over a Postman like experience.

Thank you for your quick response! I really like your tool and will recommend it to anyone inspecting the privacy issues of websites :)

I use HTTP Toolkit, it's really nice.

This overview of HTTP Toolkit barely scratches the surface of what it can do for you...

If you're a tester or developer who has to check these kinds of applications or services, HTTP Toolkit is a valuable tool to have around.

Oh that's really nice, love how you can intercept an individual browser window. So long mitmproxy!

Recently I came across this amazing tool named HTTP Toolkit for reverse engineering one of my Android App. This tool helps you to intercept and view all your https by connecting with ADB and by providing a user friendly GUI.

...I highly recommend HTTP Toolkit - they have most of the setup automated and really nice docs

Wow httptoolkit.com is one of the best development tools I've seen in a while.

...super helpful for debugging, testing, and quick API prototyping

If you need to inspect HTTP traffic from (say) Node.js app, try HTTP Toolkit. No need to mess with proxy settings or self-signed certificates, just start a "Fresh Terminal" and start your app. Works like a charm

You made my day with httptoolkit.com
Amazing

HTTP Toolkit's Github is so delightful, it explain each of the component clearly and they open source all of the codes. Can't wait to test it!

Must have tool for android pentest!!

I've had really good experience with Http Toolkit as a proxy. Very user friendly. QA loves it for Android

Even better than having multiple options to collect HTTP traffic is how dead-simple it is to begin accumulating valuable data from your applications and services.

Intercept

Capture HTTP(S) with zero setup

Automatic setup for targeted interception of HTTP & HTTPS from most clients, including:

For platforms without automatic setup, HTTP Toolkit can be used as an HTTP(S) proxy, compatible with HTTP requests from any language or tool.

HTTP interception for Chrome, Firefox, CLI tools, Docker, Edge, Android and more

Inspect

Explore, search & examine HTTP

Skim through traffic with highlighting by content type, status & source, or use powerful filtering tools to precisely match the messages that matter to you.

Examine the URL, status, headers & body of each request or response, with inline explanations & docs from MDN.

Dig into message bodies with highlighting & autoformatting for JSON, HTML, JS, hex and others, all using the power of Monaco, the editor from Visual Studio Code.

Inspecting HTTP requests with HTTP Toolkit

Breakpoint

Pause & edit live HTTP traffic

Precisely match requests, jump to them when they appear, and edit anything: the target URL, method, headers or body.

Manually respond directly to requests as they arrive, or pass them upstream, and pause & edit the real response on the way back.

Step through HTTP traffic request by request, or manually mock endpoints and errors.

HTTP debugging with breakpoints on live traffic

Mock

Test with fully automated mock responses Pro

Create rules to match requests and respond with your own content, to quickly prototype against new endpoints or services.

Define new endpoints, override existing ones, or replace external services, to reproduce tricky edge cases and test your error handling.

Import & export your mock rulesets, to build complex setups and share them with your team.

Build HTTP mock rules in just a few clicks

Edit

Rewrite anything

Inject request timeouts, simulate connection failures, and silently redirect requests from one server to another.Pro

Precise matching lets you target the requests you care about. Match any requests sent anywhere by using HTTP Toolkit as a proxy, send requests directly to use it as a mock server.

Match and rewrite HTTP with custom rules

And there's more to come too!

Future plans include security analysis & metrics, session-wide performance graphs & analysis, HTTP client tooling, scripting integrations & more...

Sound good? ,
or download now below.

Try it for yourself