NodeJS
Capture HTTP/HTTPS traffic from NodeJS with Proxyman
1. New Automatic Solution (v4.7.0 or later) ✅
How to use:
$ npm start
2. Old Solution (Not recommended) ❌
1. Proxyman could not capture http://localhost:3000 requests to my NodeJS Server
Solution:
2. Proxyman could not capture HTTP requests, which are called from my NodeJS local server.
Solution
1. node-fetch
Sample code
2. Axios

3. I use different NodeJS Library
Last updated