mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
This commit is contained in:
parent
422857166b
commit
cdb35f4ce2
2 changed files with 9 additions and 0 deletions
|
@ -175,6 +175,13 @@
|
|||
user: user
|
||||
password: passwd
|
||||
|
||||
- name: test digest auth
|
||||
uri:
|
||||
url: 'http://{{ httpbin_host }}/digest-auth/auth/user/passwd'
|
||||
user: user
|
||||
password: passwd
|
||||
HEADER_Cookie: "fake=fake_value"
|
||||
|
||||
- name: test PUT
|
||||
uri:
|
||||
url: 'http://{{ httpbin_host }}/put'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue