Questions tagged [http-toolkit]

This tag is for questions related to HTTP Toolkit (httptoolkit.com), a network inspection, debugging & testing tool. You can use this tag both for issues purely related to the tool itself, and for networking issues with other tools/languages that you're using HTTP Toolkit to debug.

HTTP Toolkit allows you to automatically capture HTTP traffic from many clients including Android, browsers, language runtimes (such as Node.js, Python, Ruby & PHP), command-line tools, Docker and others.

Once traffic is being captured, you can use HTTP Toolkit to inspect all details of all requests made by the client, and add rules to automatically breakpoint or rewrite the client's HTTP traffic.

22 questions
0
votes
1 answer

HTTP TOOLKIT - Can HTTP TOOLKIT intercept ALL network of the whole computer like Fiddler?

I've seen a lot of videos from HTTP TOOLKIT and how to capture the traffic from specific Apps and Devices like Chrome or an Android Device. I wonder however, if I can also capture my whole Mac Computers traffic with it or if it always must be a…
0
votes
0 answers

HTTP Toolkit CA is rejected by client while using 'anything' setup mode

Error message I make sure to export the CA certificate provided and run it, but I received a CA certificate not trusted error. I'm suspecting it's the way I'm downloading the certificate, but I'm open to other help or suggestions.
0
votes
1 answer

how can i update UI to show "WebRTC data channel" at match section in use by httptoolkit-server?

enter image description hereI've installed all httptoolkit-server and also the httptoolkit-ui to capture data and mock it up, i've installed mockrt,mockttp,docker,... plugin's too but i cant see "WebRTC data channel" in the match section like the…
0
votes
0 answers

Modifying a zip file response with HTTP Toolkit

I have a watch, whose app downloads a zip file from here, processes it, and sets the new watch face. What I want to do, is intercept the response from the server, and modify the zip file, and send it to the app. I am able it intercept, using HTTP…
psycoxer
  • 151
  • 13
0
votes
0 answers

Capturing HTTP Requests and rewrite post Request

I use android emulator (memu). Drony - to install proxy for applications. (works socks5) I need to change post request from application to server. I am currently looking at traffic using the http toolkit. But this tool is inconvenient for me…
alex alex
  • 1
  • 1
0
votes
0 answers

Flask not printing to the body

I'm not able to have the output displayed on the page. I've tried using app.send_static_file() Is there anything, I'm missing in the code or the HTML Page ..? I've updated the code a bit and checked with the HTTP toolkit the response is an HTML…
KABOOM
  • 45
  • 9
0
votes
1 answer

Intercept android network traffic (firebase calls)

I need to intercep firebase requests from an android app. I tried HTTP Toolkit, but it doesn't track firebase requests.
Alcides Bezerra
  • 417
  • 4
  • 11
1
2