Postman

Postman is a widely used API development and testing tool. By configuring a proxy, you can route requests sent by Postman through a proxy IP. Follow the steps below to complete the proxy settings.

lightbulb-exclamation-on


1

Download and Install Postman

Visit the Postman official websitearrow-up-right to download and install the client.

2

Open Postman Settings

Launch Postman and click the Settings icon (gear shape) in the upper-right corner of the interface.

3

Enter Proxy Settings

In the settings window, select the Proxy tab on the left.

4

Configure the Proxy

Enable Use custom proxy configuration.

  • Proxy Type: HTTP/Socks5

  • Proxy Server: Enter the proxy host address

  • Port: Enter the proxy port

5

Enter Authentication Information

Enable Proxy authentication and enter your username and password.

6

Verify the Proxy

After closing the configuration page, send a test request to verify whether the proxy is working properly. Check the returned JSON data to confirm whether it displays your proxy IP.


Last updated