Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3663

How to make a get body travel method?

$
0
0

I have started to study about the API and RESTful.I hope you can help me.

The Get methods are normally sent via the uri, for example

http: // example / login? name = Xxxx

but each method must maintain the standard of doing what the method indicates.

POST updatePUT insertGET getDELEATE delete

but if I have to do a Get but the data is very sensitive to travel in the uri. what should I do? Change it for a Post method so that it travels in the body?

I understand that it has security terms like jwt, but in those cases, what should be done?


Viewing all articles
Browse latest Browse all 3663

Trending Articles