ansible/test/integration/targets/uri
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
2018-04-06 13:17:14 -05:00
..
files Fix uri test on Python 2.6. 2018-03-19 23:11:38 -07:00
meta
tasks Required changes to support redirects on HTTP 307/308 (#36809) 2018-04-06 13:17:14 -05:00
templates Fix some TODOs to use generic_urlparse which allows proper netrc selection. Fixes #34360 (#34372) 2018-01-03 09:52:56 -06:00
vars
aliases