vchrisb / Isilon-POSH

EMC Isilon Platform API implementation in PowerShell
MIT License
25 stars 13 forks source link

Implement CSRF support (EMC Article 000517421) #20

Closed ryanph closed 5 years ago

ryanph commented 6 years ago

When CSRF headers are not present (but CSRF is enabled on the API side) the cluster responds with 401 errors. Will affect anyone who installs EMC patch-213278.

jcardel commented 6 years ago

This was ultimately what I had problems with. Really to bad they did not mention this in the release notes, not so easy to troubleshoot imho. Thanks for the fix!

vchrisb commented 5 years ago

looks like the change is working. I do not have the possibilities to test though. Still going to merge.