Request proxy in Apidog web
When you log into Apidog via the web app, navigate to a project, and attempt to send a request to an endpoint, you might face Cross-Origin Resource Sharing (CORS) restrictions. To help users overcome this challenge, Apidog offers several types of request proxy agents:Request Proxy | Description |
---|
Cloud Agent | Supports sending HTTPS requests
Requires connection to the Apidog cloud
Cannot access private or local network environments |
Browser Extension | Supports sending HTTPS requests
|
Self-hosted Request Proxy Agent | Deployed on a self-hosted server
Supports sending HTTPS requests
Requires server deployment
Restricted by the network environment of the deployment server, possibly unable to access local network environments |
To choose which request proxy agent to use, go to theRequest Proxy
section located at the bottom right of the project page. By default, the system selectsAuto
mode. In this mode, if the browser extension is installed, it will be used to send requests. If not, the cloud agent will be employed for sending requests. Modified atΒ 2025-02-07 03:10:00