check_proxy
Check a proxy connection to reveal the exit IP and location, verifying its operation and anonymity.
Instructions
Check a proxy connection and return the exit IP and location seen through that proxy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Proxy host. | |
| port | No | Proxy port. | |
| password | No | Proxy password. | |
| protocol | No | Proxy protocol. Defaults to http. | |
| username | No | Proxy username. | |
| connectionString | No | Proxy URL to check, for example http://user:pass@host:10080. |