Remix.run Logo
grugdev42 3 hours ago

We should have just added optional body support for GET requests.

So much simpler...

tumetab1 an hour ago | parent | next [-]

The only valid argument against HTTP GET with a body is that it has privacy/security risks.

Exist stuff (caches, CDN, etc.) could serve private information because the HTTP GET is cached without checking the request contents. The new standard can avoid this because old stuff does not know about HTTP QUERY.

ComodoHacker 3 hours ago | parent | prev [-]

More complex actually