▲ | chrisfosterelli 7 days ago | ||||||||||||||||
IMO apps that do this have a bug, and possibly a security one. This causes issues with prefetching, bot traffic, caching, CSRF, and just plain violates HTTP standards. | |||||||||||||||||
▲ | pinoy420 6 days ago | parent | next [-] | ||||||||||||||||
Not really. If I have a service where I need one click to perform an action and store data. It has to be a GET. You can’t post from a url… purist dogma for the sake of purist dogma | |||||||||||||||||
| |||||||||||||||||
▲ | pstuart 7 days ago | parent | prev [-] | ||||||||||||||||
Agreed. Those methods should be treated as idempotent. | |||||||||||||||||
|