Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    You can't send body with GET request, only with POST. Change the API so that it accepts and processes POST requests Commented Feb 8, 2022 at 1:52
  • 1
    @ComixRu I don't think OP wants to send a POST request at all, they just want to capture their FormData params as query parameters Commented Feb 8, 2022 at 2:20
  • related: stackoverflow.com/q/61829691 Commented Nov 3, 2022 at 9:31