Skip to main content

2 replies

stefanhelzle0001
Brainy
February 12, 2021

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?

adrino0001
February 12, 2021

We have an external webapi that is thus defined, I will talk so that they change it to POST.

Thanks!