Proxyman
Proxyman copied to clipboard
Can't get requests to show up made by Deno `fetch`
Description
Can't get requests to show up made by Deno fetch
Steps to Reproduce
- I use automatic setup
- Run my Deno script to make a fetch request
Current Behavior
No requests show up in Proxyman, error:
error: Uncaught (in promise) TypeError: error sending request for url (...): error trying to connect: invalid peer certificate: UnknownIssuer
at async mainFetch (ext:deno_fetch/26_fetch.js:170:12)
at async fetch (ext:deno_fetch/26_fetch.js:391:7)
Expected Behavior
Requests to show up in Proxyman
Environment
- App version: 5.4.0 (50400)
- macOS version: ProductName: macOS ProductVersion: 14.5 BuildVersion: 23F79
@Swimburger by default, NodeJS Fetch doesn't follow the system proxy, all traffic goes straight to the Internet.
You can use the Automatic setup feature: https://docs.proxyman.io/automatic-setup/automatic-setup
- It will open the pre-configured Terminal
- Run your NodeJS on this Terminal -> Proxyman automatically captures all fetch, axios, nodejs traffic 👍
I did use automatic setup. I'm using Deno, not NodeJS.