Skip to main content
Hi

Please let me know practical use case differences between POST method and GET method with specific example.

I know that in GET method we can use parameters but not in POST method, but not sure exactly in what scenarrio we need to use.

Thanks

pooja
3 respostas
  1. 6 de jun. de 2016, 12:23
    Hi Pooja,

    In both POST and GET you can use parameters in URL.

    The one major and simple difference I will say is the payload (Data/records etc as JSON) which can be passed as a response body in POST where as in GET it is not allowed

     
0/9000