Can I send GET data via raw JSON with Postman? #3864
Unanswered
positivedeveloper36
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey @positivedeveloper36! 👋🏻 Per the spec, you should not send any payload via a If you want to, you can:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I using Post method like this :
It works. I success get data id from backend
If I using Get method like this :
I can't get json data. Json data is empty
My code in backend :
I've tried in other framework and it works. I tried now on adonis and its not working
Is it possible to use the GET method in adonis for this case?
Please help. Thanks
Beta Was this translation helpful? Give feedback.
All reactions