Jump to content
Sign in to follow this  
arnold mueller

MARSClient BodyParam in GET/DELETE

Recommended Posts

Hi, 

does anyone know how i can pass a body param within a GET or DELETE request with  TMARSClientResourceJSON?

 

The PUT method can process TJSONValue, GET or DELETE can't do this. 

 

@Andrea Magni: Thanks for sharing this cool library !!

Share this post


Link to post

This was a stupid question ...

 

I had a wrong understanding of HTTP communication. I now realize that it is a bad idea using GET requests with message body if the client is not under own control.
 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
×