Y
Hacker News
new
|
ask
|
show
|
jobs
by
akvadrako
346 days ago
Well you can't reliably use GET with bodies. There is the proposed SEARCH but using custom methods also might not work everywhere.
2 comments
bmn__
346 days ago
No, QUERY.
https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-saf...
SEARCH is from RFC 5323 (WebDAV).
link
Deukhoofd
346 days ago
The SEARCH verb draft was superseded by the QUERY verb draft last I checked. QUERY is somewhat more adopted, though it's still very new.
link
SEARCH is from RFC 5323 (WebDAV).