codeinabox@programming.dev to Web Development@programming.devEnglish · 13 days agoThe HTTP QUERY Methodwww.ietf.orgexternal-linkmessage-square4fedilinkarrow-up119
arrow-up119external-linkThe HTTP QUERY Methodwww.ietf.orgcodeinabox@programming.dev to Web Development@programming.devEnglish · 13 days agomessage-square4fedilink
minus-squareThe_Decryptor@aussie.zonelinkfedilinkEnglisharrow-up5·12 days agoBackwards compatibility, it’s never been valid to send a body with a GET, and software does enforce that (to varying levels) It’s easier to create a new verb with the wanted semantics, than to change an existing one.
Backwards compatibility, it’s never been valid to send a body with a GET, and software does enforce that (to varying levels)
It’s easier to create a new verb with the wanted semantics, than to change an existing one.