Hi,
I need to do an integration with GET method, sending a body.
Is there any way to do this with a GET method?
Thanks.
Discussion posts and replies are publicly visible
No. The HTTP protocol defines a GET without a body. If you need to send more/complex data, then this is a POST.
Why do you need this?
We have an external webapi that is thus defined, I will talk so that they change it to POST.
Thanks!