targetUrlParameter property
The query parameter name used by the proxy API to specify the target URL.
When making a request to the proxy API, the target URL will be passed as a query parameter with this name.
Example: If this is "url"
, then the request will be:
https://api.proxyservice.com/scrape?url=https://target-site.com
Implementation
final String targetUrlParameter;