mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-31 13:31:01 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| main.yml | ||
| redirect-all.yml | ||
| redirect-none.yml | ||
| redirect-safe.yml | ||
| redirect-urllib2.yml | ||