Hacker News new | past | comments | ask | show | jobs | submit login

It really shouldn't be GET anyways; that's asking for trouble.



Some of the pages that are exploited do use POST though. If it accepts authorization through a cookie and doesn't require an XSRF token or JSON content type, it is probably vulnerable.

But yes in general making actions happen in response to a GET request is generally a bad idea, since these are often cached and considered "safe" to retry.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: