79700771

Date: 2025-07-14 10:56:02
Score: 3.5
Natty:
Report link

Use the QUERY method instead of GET or POST.

QUERY is a new HTTP Method that works like a GET Method but allows a BODY part.

And it works with Swift.

https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-02.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: NF68