url_windows - Add not around no redirection for auth headers (#68791)
This commit is contained in:
parent
43270332e7
commit
780067e6a1
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ options:
|
|||
- C(safe) will follow only "safe" redirects, where "safe" means that the
|
||||
client is only doing a C(GET) or C(HEAD) on the URI to which it is being
|
||||
redirected.
|
||||
- When following a redirected URL, the C(Authorization) header and any
|
||||
credentials set will be dropped and not redirected.
|
||||
choices:
|
||||
- all
|
||||
- none
|
||||
|
|
Loading…
Reference in a new issue