You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/test-config/auth.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ If your test target expects login credentials to be included in an an API reques
154
154
:alt:Screenshot showing how to set up a synthetic test with basic authentication through API request headers.
155
155
156
156
157
-
#. Get the *base64-encoded string* of the username and password combination for your test target. There are several ways to get a base64-encoded string. For example:
157
+
#. Get the base64-encoded string of the username and password combination for your test target. There are several ways to get a base64-encoded string. For example:
158
158
159
159
- Run the JavaScript function btoa from your browser's console: ``btoa("myusername:mypassword")``
0 commit comments