<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to configure Forward Proxy for HTTP Monitors on Private Locations (Per-monitor vs. Global)? in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-configure-Forward-Proxy-for-HTTP-Monitors-on-Private/m-p/293587#M3331</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Per-monitor proxy (HTTP monitor): There’s no per-monitor proxy setting for HTTP monitors in the UI. The only per-monitor proxy override Dynatrace supports is for private Browser monitors via PAC file in the monitor script (and it overrides ActiveGate-level [synthetic] proxy).&lt;BR /&gt;Here link to documentation:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can do workaround, like&amp;nbsp;create separate Private Locations (different Synthetic-enabled ActiveGates) with different proxy configs and assign monitors accordingly.&lt;/P&gt;&lt;P&gt;Global proxy for Synthetics (Private Location / ActiveGate): Yes—configure it on the Synthetic-enabled ActiveGate in custom.properties using the [synthetic] section (this is the proxy “to the tested resource”, i.e., what your HTTP monitors hit).&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate/configuration/set-up-proxy-authentication-for-activegate" target="_blank"&gt;https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate/configuration/set-up-proxy-authentication-for-activegate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Acording to documentation you can try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[synthetic]
proxy-server=proxy.xyz.local
proxy-port=8080
proxy-scheme=http
proxy-user=username
proxy-password=password
# optional: bypass proxy for specific hosts/domains
proxy-non-proxy-hosts=localhost|*.xyz.local&lt;/LI-CODE&gt;&lt;P&gt;Then restart the ActiveGate service.&lt;/P&gt;&lt;P&gt;Does standard ActiveGate proxy in custom.properties apply to synthetics?&lt;BR /&gt;Yes—Synthetics has its own section: [synthetic] (tested resource). If you want the same proxy for both ActiveGate → Dynatrace communication and ActiveGate → tested resources, use [http.client] instead.&lt;BR /&gt;Link to documentation above&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jan 2026 11:45:58 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2026-01-25T11:45:58Z</dc:date>
    <item>
      <title>How to configure Forward Proxy for HTTP Monitors on Private Locations (Per-monitor vs. Global)?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-configure-Forward-Proxy-for-HTTP-Monitors-on-Private/m-p/293585#M3330</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;We are exclusively using &lt;STRONG&gt;Private Locations&lt;/STRONG&gt; (ActiveGates) for our &lt;STRONG&gt;Synthetic HTTP Monitors&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We have a requirement to route the synthetic traffic through a forward proxy. We are struggling to find a definitive answer in the documentation regarding the best practice for this specific setup.&lt;/P&gt;&lt;P&gt;Specifically, we are looking for a solution for one of the following scenarios:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Per-Monitor Proxy:&lt;/STRONG&gt; Is there a way to define a proxy configuration specifically for a single HTTP Monitor (e.g., for specific target domains)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Global Proxy for Synthetics:&lt;/STRONG&gt; If per-monitor is not possible, how do we correctly configure the Private Location (ActiveGate) to route the HTTP Monitor traffic through a proxy?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Does the standard ActiveGate proxy configuration in custom.properties apply to the Synthetic engine's traffic as well? If so, is there a specific syntax or flag required to ensure the HTTP checks utilize this proxy?&lt;/P&gt;&lt;P&gt;Any examples or references to the correct configuration would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 10:04:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-configure-Forward-Proxy-for-HTTP-Monitors-on-Private/m-p/293585#M3330</guid>
      <dc:creator>DanielHagbi</dc:creator>
      <dc:date>2026-01-25T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Forward Proxy for HTTP Monitors on Private Locations (Per-monitor vs. Global)?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-configure-Forward-Proxy-for-HTTP-Monitors-on-Private/m-p/293587#M3331</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Per-monitor proxy (HTTP monitor): There’s no per-monitor proxy setting for HTTP monitors in the UI. The only per-monitor proxy override Dynatrace supports is for private Browser monitors via PAC file in the monitor script (and it overrides ActiveGate-level [synthetic] proxy).&lt;BR /&gt;Here link to documentation:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can do workaround, like&amp;nbsp;create separate Private Locations (different Synthetic-enabled ActiveGates) with different proxy configs and assign monitors accordingly.&lt;/P&gt;&lt;P&gt;Global proxy for Synthetics (Private Location / ActiveGate): Yes—configure it on the Synthetic-enabled ActiveGate in custom.properties using the [synthetic] section (this is the proxy “to the tested resource”, i.e., what your HTTP monitors hit).&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate/configuration/set-up-proxy-authentication-for-activegate" target="_blank"&gt;https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate/configuration/set-up-proxy-authentication-for-activegate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Acording to documentation you can try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[synthetic]
proxy-server=proxy.xyz.local
proxy-port=8080
proxy-scheme=http
proxy-user=username
proxy-password=password
# optional: bypass proxy for specific hosts/domains
proxy-non-proxy-hosts=localhost|*.xyz.local&lt;/LI-CODE&gt;&lt;P&gt;Then restart the ActiveGate service.&lt;/P&gt;&lt;P&gt;Does standard ActiveGate proxy in custom.properties apply to synthetics?&lt;BR /&gt;Yes—Synthetics has its own section: [synthetic] (tested resource). If you want the same proxy for both ActiveGate → Dynatrace communication and ActiveGate → tested resources, use [http.client] instead.&lt;BR /&gt;Link to documentation above&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 11:45:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-configure-Forward-Proxy-for-HTTP-Monitors-on-Private/m-p/293587#M3331</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-01-25T11:45:58Z</dc:date>
    </item>
  </channel>
</rss>

