Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
These methods do not load the server somehow differently. But there is a difference in the amount of data that can be transferred by these methods - GET - 4Kbytes, POST - actually unlimited. In addition, the POST method can be fully encrypted over https, while GET is not encrypted in any way, because all options are visible on the command line (this is from the main one). A good article about these methods: habrahabr.ru/company/yandex/blog/265569
If api in rpc - then POST because GET does not allow you to transfer the request body, and you can’t stuff a lot of data into url
If rest - then all methods are used GET, POST, PUT, DELETE as the main ones
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question