certificationy / symfony-pack

A series of questions to prepare for the Symfony certification
https://certification.symfony.com/
MIT License
328 stars 132 forks source link

HTTP: Safe HTTP methods #90

Closed a-menshchikov closed 2 years ago

a-menshchikov commented 3 years ago

Why TRACE and OPTIONS methods specified as safe (whereas it is not: https://datatracker.ietf.org/doc/html/rfc2616#section-9.1.1)?

mickaelandrieu commented 2 years ago

Hmm, not sure as I'm not the contributor of this question...

https://www.mscharhag.com/api-design/http-idempotent-safe#:~:text=Safe%20HTTP%20methods,%2C%20HEAD%2C%20OPTIONS%20and%20TRACE.