I am wondering if there is a way I can send an api request from an app I am building through the local machine.
I have to make a call on the vpn, and when I make it from my browser, the call gets blocked. However, when I make the call from postman desktop app, the call works.
I have also tried this via postman agent. If I make the call on postman web, without the agent, the call does not work. However, if I make the call with postman agent and its connected to postman destop, the call will work.
Is there a way I can mimic the postman web + postman agent process for my own web app?
Thanks!
I want to send an api call from my web browser to through my machines internet