Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
proxy_server_setup [2016/09/22 02:36] 127.0.0.1 external edit |
proxy_server_setup [2021/01/05 03:00] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
To define proxy server, add / modify the following config settings: | To define proxy server, add / modify the following config settings: | ||
- | | + | |
- | ProxyPort=1234 | + | ProxyPort=1234 |
- | ProxyUserID=abc | + | ProxyUserID=abc |
- | ProxyPassword=xxx | + | ProxyPassword=xxx |
// | // | ||
Line 16: | Line 16: | ||
Another way to define proxy server is to edit // | Another way to define proxy server is to edit // | ||
- | | + | |
- | | + | |
---- | ---- | ||
- | ==== Force Model to use Proxy Server ==== | ||
- | By default, proxy server is only used for validating license, checking for updates and downloading/ | ||
- | |||
- | This is usually ok since most likely your AUT is running within your intranet thus no need to access internet. However should you want to test applications hosted on the internet and you also have proxy server defined, you can force the model execution to use proxy server by setting the following config property (rel.4.4.0): | ||
- | proxy.force = true | ||
- | |||
- | ---- | ||
- | ==== Avoid Proxy Filter ==== | ||
- | Proxy server is capable of blocking certain internet requests using filters / rules. Your network admin may use the filters to block all non-browser requests. As the result // | ||
- | |||
- | You can use one or both of the following config settings to make // | ||
- | HTTP.UserAgent=Mozilla/ | ||
- | HTTP.Referer=@ThisServer@ | ||
- | |||
- | where // | ||