Fixes #16936 - Digest authentication not working in uri module (#18736)

This commit is contained in:
bart2 2016-12-22 03:11:42 +01:00 committed by Matt Clay
commit cdb35f4ce2
2 changed files with 9 additions and 0 deletions

View file

@ -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'