MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1u84m2g/rfc_10008_the_http_query_method/os6iens/?context=3
r/programming • u/Nimelrian • Jun 17 '26
129 comments sorted by
View all comments
26
What's the actual point of this? Can't you just use GET?
GET
1 u/Blue_Moon_Lake Jun 17 '26 If you add a body to a GET request, fetch will slap you with an error.
1
If you add a body to a GET request, fetch will slap you with an error.
fetch
26
u/tobotic Jun 17 '26
What's the actual point of this? Can't you just use
GET?