Skip to content

How to login using proxy

Mohamed Hassan edited this page Aug 28, 2024 · 2 revisions

What you need to connect to a proxy

Irrespective of which proxy provider you use, you’ll need the following information to anonymize appvey behind proxy IPs:

  • proxy server address
  • port
  • protocol
  • username
  • password

By default, appvey bypass proxy except proxy options are used.

The above information are entered using the following two options.

  • -p, --proxy-address Proxy server should be in the form http://proxy:port
  • --proxy-user Proxy user/password should be in the form username:password

Example:

-p http://proxy.com:8888 --proxy-user user:secret

If you are using the environment variable http_proxy, you can :

# windows
-p %http_proxy% --proxy-user user:secret

# in Linux
-p $http_proxy --proxy-user user:secret

Note:

Any option value can replaced with an environment variable

See Also:

How to login

Clone this wiki locally