What it gets wrong:
“If the specified method is not one of get, post, put, or delete then it is treated as get in the tables below.”
Fail, on two counts. What it gets wrong:”If the specified method is not one of get, post, put, or delete then it is treated as get in the tables below.”Fail, on two counts.
I think what the spec writers are saying is , if you don’t specify a method we will use GET as it is the only safe method. Anything else is risky! I don’t see anything wrong with that.