Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is difference between POST & GET?

13 like 0 dislike
I used post & get function. But i think those are same.
What is different between POST & GET?
asked 1 year ago by twitter (15,540 points) edited 1 year ago by twitter

2 Answers

3 like 0 dislike
 
Best answer
GET:
>>All the name value pairs are submitted as a query string in URL.
>>It's not secured as it is visible in plain text format in the Location bar of the web browser.
>>Not secure.


POST:
>>All the name value pairs are submitted in the Message Body of the request.
>>Post Method is secured because Name-Value pairs cannot be seen in location bar of the web browser.
>>If post method is used and if the page is refreshed it would prompt before the request is resubmitted.
>>It is more secure.
answered 1 year ago by BloggeR (179,550 points)
3 like 0 dislike
GET : variables are shown as a part of the URL.
POST: variables are not shown as a part of the URL.
answered 1 year ago by digita-book.com (9,700 points)

Related questions

1 like 0 dislike
0 answers
12 like 0 dislike
1 answer
asked 1 year ago by twitter (15,540 points)
14 like 0 dislike
1 answer
asked 1 year ago by SeO (39,810 points)
10 like 0 dislike
1 answer
asked 1 year ago by digita-book.com (9,700 points)
9 like 0 dislike
1 answer