Skip to main content
pooja biswas 님이 #Integration에 질문했습니다
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개
  1. 2016년 6월 6일 오후 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