httptoolkit-server icon indicating copy to clipboard operation
httptoolkit-server copied to clipboard

The backend of HTTP Toolkit

Results 9 httptoolkit-server issues
Sort by recently updated
recently updated
newest added

I want build in arm64.but, when i run "npm run prepack",There are the following errors: $ node -v v14.17.1 kylin@kylin-v10sp1-arm64-2107:~/httptoolkit-server$ uname -a Linux kylin-v10sp1-arm64-2107 5.4.18-35-generic #21-KYLINOS SMP Tue Jul 20...

Remount and add certificate if we can't do it "normally" Magisk seems to be buggy. I created a module, used certs, etc. But, it always gives some weird error. So,...

It would be cool to be able to run the httptoolkit server directly on device inside Termux. Right now, `npm install` fails with the following trace: ``` 1458 verbose stack...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

dependencies

i can't install the module using node:21 ```bash C:\Users\Administrator\Documents\Project\httptoolkit-server>npm install npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '20.11.1' }, npm...

It seems there are lots of package that needs to be upgraded. Also, we need to be careful, so there is no breakage in any platform.

To do this, we need to do the below in approximately this order: - [ ] Get the server usable locally for development, such that it can be checked out,...

Hey team, It's being almost an year i have been using an HTTP Toolkit and quite recently @pimterry written a blog on [Fighting TLS fingerprinting with Node.js](https://httptoolkit.com/blog/tls-fingerprinting-node-js/) This worked great...

I'm using Android 14 and want to inject a custom CA certificate The device is rooted using magisk, so for a smooth operation that will be performed every restart, I...