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
5
votes
1 answer

How can you configure axios running in jest to NOT send OPTIONS before POST?

From node.js this works as expected, a POST response is sent (as I verified with httpToolkit) % node > const axios = require('axios') > var r = (async () => { const x = await axios.post('http://example.com/v1/secret/data/foo/bar/baz',{data: {foo:…
Marvin
  • 2,537
  • 24
  • 35
3
votes
1 answer

How do I trust a certificate on android device?

I want to setup this app called Http Toolkit and for some reason I have the warning "System Trust Disabled". My android device is not rooted.
w0rd
  • 45
  • 1
  • 5
2
votes
2 answers

Why all HTTPS communications are visible to other apps on a device? HTTP Toolkit

I noticed that using HTTP Toolkit, you can sniff all HTTPS communications in an unencrypted form, from browsers on Windows and Android OS, plus all applications on a rooted Android device or an emulator or via some workaround on a PC. All fields and…
Mena
  • 3,019
  • 1
  • 25
  • 54
1
vote
1 answer

How can I have another application inspect the traffic sniffed by http toolkit?

I have httptoolkit capturing some traffic. I would like to access the responses of that traffic in another application. Is there anyway I can get httptoolkit to write out the traffic it gets to a file? Or someway I can access the traffic from…
Brian
  • 151
  • 2
  • 9
1
vote
1 answer

How to access http-toolkit packets programmatically using python?

Is there a way to receive and process packets intercepted in http-toolkit programmatically using python? Is there any internal API I access? Ideally I would like to receive the packets in a JSON or HAR format.
1
vote
2 answers

Spotify gives corrupted data in HTTP Toolkit

I'm trying to watch spotify packages on the emulator, but the data sent and received are corrupted. How can I solve this problem? İmages: I tried reading the data many times but it always looks like this. I want to see the data properly in JSON…
seadhy
  • 11
  • 3
1
vote
0 answers

How to fix Certificate Transparency in Chrome

I have to be able to intercept the traffic from my mobile app and Chrome both. Now I can't because of Google certificate transparency policy. This is very inconvinient because so many mobile apps use WebSocket which doesn't work without TLS. And…
Dscarve
  • 11
  • 1
  • 4
1
vote
1 answer

Connection errors when inspecting network traffic of Android mobile game with HTTP Toolkit

I wanted to spy the network traffic of the android game "State of Survival". I have installed it on an android emulator and it works but when I start the HTTP toolkit the game is disconnected and as long as HTTP toolkit is running the game can't…
1
vote
0 answers

Monitoring Android Apps

I want to monitor some apps trough android emulator and Charles Proxy/Burp Suite/HTTP Toolkit... Although, those apps aren't starting (probably by detecting Charles Proxy etc). How can I monitor their requests without actually getting blocked? Is…
Esdras
  • 11
  • 1
1
vote
0 answers

HTTPS Response shows non expected values

Good Evening, i run into a strange problem which i never encountered before so i hope someone might help me. I am sending a request to a server and expect a certain response. Doing the call via response =…
LightLiner
  • 21
  • 1
1
vote
0 answers

How to develop an android app that retrieves all the browsing information using VPN api?

Note: The app that I am trying to build will go into production. This is not for just practicing I am trying to develop an app that needs to retrieve the websites visited by the user on an android device. Additionally, I want to retrieve the content…
1
vote
1 answer

rawBody is missing in firebase cloud functions emulator

https://firebase.google.com/docs/functions/http-events indicates that a rawBody parameter should exist on req. However, it is undefined in my local emulator. What am I doing wrong? $ firebase --version 7.8.1 My client-side javascript code for…
0
votes
1 answer

HTTP Toolkit hit an error Server crashed with

'Error: listen EADDRINUSE: address already in use 127.0.0.1:45456' (1). Please file an issue at github.com/httptoolkit/httptoolkit what to do? how to fix this error ? i tried to uninstall and again install but my problem is not solve yet. How can…
0
votes
0 answers

How can I fix api error on android studio?

An application Ive been using for months on android studio suddenly got updated and it stopped working. I was using it with https toolkit to check data off of it. I had patched it previously with the toolkit certificate and it worked fine until now…
Ken Neth
  • 11
  • 1
0
votes
1 answer

HTTP Toolkit request not forwarded successfully due to TLS handshake error

I try use HTTP Toolkit to trace a app in android, the firsts request are correctly but when I try login the request return the next information: This request was not forwarded successfully The upstream server failed to complete a TLS handshake, so…
1
2