Computer Science, asked by TbiaSamishta, 1 year ago

which is the folowing is most commonly used HTTP methods? A)PRE and POST B)GET and SET. C)ASK and REPLY.D)GET and POST.

Answers

Answered by Secondman
9

The correct answer to the given question is D) GET and POST.

GET and POST are the most commonly used HTTP requests on internet.

Because whenever we open a website, our browser actually sends a HTTP GET request behind the scenes to retrieve the page from the web server on which the website is hosted.

Whereas, whenever we submit a form or upload a file on the website, our web browser actually sends a POST request to the server along with the files that need to be ""posted"" to the server.

Therefore, these two are the most commonly used HTTP methods.

Answered by maangurjit37
6

Answer:

The correct answer is (D) GET & POST

Explanation:

hope it will help you

Similar questions