0 votes
in C Sharp by

What is GET and POST Actions Types?

1 Answer

0 votes
by

GET Action Type: GET is used to request data from a specified resource. With all the GET requests, we pass the URL, which is compulsory; however, it can take up the following overloads.

POST Action Type: Tthe POST is used to submit data to be processed to a specified resource. With all the POST requests, we pass the URL, which is essential and the data. However, it can take up the following overloads. 

Related questions

+1 vote
asked Dec 4, 2019 in JavaScript by SakshiSharma
+1 vote
asked Sep 30, 2019 in JIRA by Robin
...