You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/uri/tasks
Dag Wieers 9bb1ee30bf Required changes to support redirects on HTTP 307/308 (#36809)
* Required changes to support redirects on HTTP 307/308

This ensures HTTP 307 and 308 will redirect the request to the new
location without modification.

* Fix the unused newheaders reference

* Be more compliant

* Add integration tests for follow_redirects=all

* Improve other tests for new behaviour

* Make follow_redirects values more strict
7 years ago
..
main.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago
redirect-all.yml Required changes to support redirects on HTTP 307/308 (#36809) 7 years ago
redirect-none.yml Required changes to support redirects on HTTP 307/308 (#36809) 7 years ago
redirect-safe.yml Required changes to support redirects on HTTP 307/308 (#36809) 7 years ago
redirect-urllib2.yml Required changes to support redirects on HTTP 307/308 (#36809) 7 years ago