sushy-tools/releasenotes/notes/fix-redirect-code-a0aa43251be7de0c.yaml
Ilya Etingof adc16921b4 Use HTTP code 307 for redirects
Changed HTTP redirect code from 302 to 307 to ensure the
original HTTP method is left intact. Otherwise some clients
may change PUT/POST to GET on redirect and effectively fail
to perform the change they intended.

Change-Id: I32613e1ebb4a2eaba33c5884ddbd3ec7cf77d6fd
Story: 2005370
Task: 30346
2019-04-29 12:00:10 +02:00

8 lines
247 B
YAML

---
fixes:
- |
Changed HTTP redirect code from 302 to 307 to ensure the
original HTTP method is left intact. Otherwise some clients
may change PUT/POST to GET on redirect and effectively fail
to perform the change they intended.