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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,10 @@ Authentication parameters are passed as URI via `-auth` parameter. Scheme of URI
284
284
* `method` - override HTTP request method.
285
285
* `qs` - provide query string to the URL in request.
286
286
* `x-forwarded` - boolean parameter specifying if X-Forwarded headers should be populated.
287
+
* `reject-static` - auth provider which rejects auth and returns pre-defined response. Useful as a last auth chain element with other providers in order to customize rejection response. Example: `-auth reject-static://?code=403&body=denied.html&headers=denied.hdr`. Parameters:
0 commit comments