mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 17:46:42 +00:00
077c169169
The web session helper sent X-CSRF-Token. MegaRAC checks X-CSRFTOKEN, so the login succeeded and then every request answered Invalid Authentication, which is why this helper has never worked. Confirmed both ways against a bmc: the same request answers 401 with the old spelling and 200 with the new one.