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
Copy file name to clipboardExpand all lines: content/waf/policies/external-references.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,4 +548,28 @@ The following request will trigger an `Illegal repeated parameter name` violatio
548
548
http://localhost/query?a=true&a=false
549
549
```
550
550
551
-
The request will _not be blocked_ because this violation is set to alarm in the default policy.
551
+
The request will _not be blocked_ because this violation is set to alarm in the default policy.
552
+
553
+
### Authenticating External References with Basic Auth
554
+
555
+
For any external reference section in your policy that uses an HTTP or HTTPS link, you can include a `basicAuth` object with the username (`user`) and the base64-encoded password (`passwordBase64`).
0 commit comments