Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 11-06-2017 02:53 PM - edited on 10-31-2018 09:25 AM by Nina.Wolinsky
This is not possible for hosted agents.
localhost;127.0.0.1
Add the following to C:\appdynamics\browsers\firefox\<>\mozilla.cfg
Customize the following proxy settings and add to C:\appdynamics\browsers\firefox\<<VERSION>>\mozilla.cfg
|
Note: Test the proxy settings by creating a synthetic job for http://www.whatismyproxy.com
and checking the results.
// EXAMPLE pref("network.proxy.type", 5)
// A 5 WAS NEEDED INSTEAD OF A 1 WITHOUT QUOTES pref("network.proxy.type", 5);
// EXAMPLE pref("network.proxy.http", "proxy.domain.com");
// ENTER URL OF PROXY ENCLOSED IN QUOTES
pref("network.proxy.http", "PROXY_URL_HERE");
// EXAMPLE pref("network.proxy.http_port", 8080);
// ENTER PORT NUMBER NO QUOTES
pref("network.proxy.http_port", PROXY_PORT_HERE);
// EXAMPLE REMOVED ",*.server.local" FROM PREF pref("network.proxy.no_proxies_on", "localhost, 127.0.0.1");
//UNCHANGED pref("network.proxy.share_proxy_settings", true);
In this comment:
// EXAMPLE pref("network.proxy.type", 5)
// A 5 WAS NEEDED INSTEAD OF A 1 WITHOUT QUOTES pref("network.proxy.type", 5);
// EXAMPLE pref("network.proxy.http", "proxy.domain.com");
// ENTER URL OF PROXY ENCLOSED IN QUOTES
pref("network.proxy.http", "PROXY_URL_HERE");
// EXAMPLE pref("network.proxy.http_port", 8080);
// ENTER PORT NUMBER NO QUOTES
pref("network.proxy.http_port", PROXY_PORT_HERE);
// EXAMPLE REMOVED ",*.server.local" FROM PREF pref("network.proxy.no_proxies_on", "localhost, 127.0.0.1");
//UNCHANGED pref("network.proxy.share_proxy_settings", true);
We do not need:
// EXAMPLE pref("network.proxy.http", "proxy.domain.com"); // ENTER URL OF PROXY ENCLOSED IN QUOTES pref("network.proxy.http", "PROXY_URL_HERE"); // EXAMPLE pref("network.proxy.http_port", 8080); // ENTER PORT NUMBER NO QUOTES pref("network.proxy.http_port", PROXY_PORT_HERE); // EXAMPLE REMOVED ",*.server.local" FROM PREF pref("network.proxy.no_proxies_on", "localhost, 127.0.0.1"); //UNCHANGED pref("network.proxy.share_proxy_settings", true);
If type is set to 5:
pref("network.proxy.type", 5);
As 5 means - use system proxy settings.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form