Reputation: 1
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 desktop, the call will work.
Is there a way I can mimic the Postman web + Postman agent process for my own web app?
I want to send an API call from my web browser to through my machines internet.
Upvotes: 0
Views: 171