Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> create a mailbox via HTTP GET request

I'd suggest a POST here. Theres some extra web browser checks against sending cross origin POSTs that GETs don't have. The GET makes abuse easier.



GET can also be cached by intermediate proxies. This can cause failures that are very hard to troubleshoot. POST cannot be cached and therefore is more suited to this type of action.




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

Search: