#
Using Proxies
#
Formatting proxies for Token API.
You may optionally provide proxy for the Token API to use for solving the challenge.
The proxy parameter should be provided as a Dict .
This guide shows you how to format this value.
We currently do not support proxy authentication by IP origin.
{
'key': 'MY_NOPECHA_KEY',
'type': 'hcaptcha',
'sitekey': 'b4c45857-0e23-48e6-9017-e28fff99ffb2',
'url': 'https://nopecha.com/demo/hcaptcha#easy',
'proxy': {
'scheme': 'http',
'host': '1.1.1.1',
'port': '8000',
'username': 'nopechauser',
'password': 'hunter7'
}
}
|||