Skip to content

Commit

Permalink
Replaced button for a link with instructions to encode values
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Jun 29, 2021
1 parent 0c5a8b9 commit 66f589f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ var password = encodeURIComponent('<var>password</var>');
var url = '<var>https://</var>' + <var>username</var> + ':' + <var>password</var> + '<var>@site.com</var>';
```

For ping and simple browser monitors, you can use the following form to encode your values:

Encode Value
To encode values for a ping or simple browser monitors, follow [these instructions](https://www.w3schools.com/tags/ref_urlencode.ASP).

The full URL `http(s)://username:password@site.com` will be recorded as plain text in the corresponding synthetic's check data. The URL will be visible when viewing results for this monitor.

Expand Down

0 comments on commit 66f589f

Please sign in to comment.