API action ignoring body in GET requests

So we reviewed this with the team and the problem is with your get request.
According to HTML Specs recommendation:

Requests using GET should only be used to request data (they shouldn't include data).

Our API follows the recommendations and does not support payload for get requests, if you want to support this you need to create a custom server action for that.

Unfortunately the real world demands of your customers are different from Mozilla specifications. That’s why tools like Postman and Insomnia support it. This has been raised by others on the forum

1 Like

It’s not “mozzila specifications”. It’s the HTML Specifications, we just follow them. You can find the same in the docs over there as well:

https://datatracker.ietf.org/doc/html/rfc7231#section-4.3.1

Unfortunately the real world demands of your customers are different from the HTML specifications. That’s why tools like Postman and Insomnia support it. This has been raised by others on the forum

1 Like

Finally someone who can answer properly!
I agree with you, real world is different than Wappler world.

Not sure what you mean by "real world" and "wappler world".
Wappler follows the web standards. The web standards say:

Requests using GET should only be used to request data (they shouldn't include data).

And you just registered an account 19 mins ago using a fake temp-mail.org email just to post this?Amazing :slight_smile: