When you use the Apidog desktop client, requests are sent directly from your local computer to the target server, without passing through any Apidog servers. Sending requests from the Apidog client is the same as sending them from your own local code—ensuring a direct connection and maintaining your data privacy.
When using Apidog Web, due to the browser's cross-origin restrictions, you cannot directly send requests from the browser. Here are some options to overcome this limitation:
1.
Install the Apidog Browser Extension: This allows you to send requests directly from your local computer.
2.
Use Apidog Cloud Agent: This option sends requests from the Apidog agent server.
3.
Install Apidog Self-hosted Request Proxy Agent: This enables you to send requests from a server where you've deployed the agent.
For more information, you can refer to the detailed documentation at Request Proxy in Apidog Web.Only option 2 involves the requests going through the Apidog server. However, Apidog server will NOT keep any record of the requests.If you wish for your requests to completely bypass Apidog’s servers, you can opt to use the Apidog Desktop Client, or when using the Apidog Web version, you can choose option 1 (installing the Apidog browser extension) or option 3 (installing the Apidog Self-hosted Request Proxy Agent).Apidog take data security very seriously and ensure protection, as detailed in our security measures.