Reply to thread

If you're using a GET request then the request body is constructed using an URLSearchParams object and appended to the URL. Using GET requests with bodies is generally bad practice.


Back
Top Bottom