Skip to content

Commit

Permalink
Merge pull request #7344 from bpeckNR/patch-1
Browse files Browse the repository at this point in the history
fix(synthetics): Fix setProxyAdvanced examples
  • Loading branch information
zuluecho9 committed Apr 27, 2022
2 parents aa0f599 + 7168fbf commit 6c3b0e0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Set proxy settings and properties for scripted monitors
tags:
- Synthetics
- Synthetic monitoring
- Scripting monitors
metaDescription: How to control network proxy settings for synthetic scripted monitors.
redirects:
Expand Down Expand Up @@ -432,7 +431,7 @@ The global object `$network` allows you to control the network configuration use

```
var proxyRules =
{singleProxy: {host:"http://entproxy.mycompany.com"},
{singleProxy: {host:"entproxy.mycompany.com", port:8888, scheme:"http"},
bypassList:['s3.amazonaws.com','*.localcdn.com']
}
$network.setProxyAdvanced(proxyRules)
Expand Down

0 comments on commit 6c3b0e0

Please sign in to comment.