COMPUTER NETWORKING

APPLICATION LAYER

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What HTTP method is used when the user first loads a webpage?
A
GET
B
POST
C
PUT
D
HTTP
Explanation: 

Detailed explanation-1: -The most commonly used API based on HTTP is the XMLHttpRequest API, which can be used to exchange data between a user agent and a server.

Detailed explanation-2: -The primary or most commonly-used HTTP methods are POST, GET, PUT, PATCH, and DELETE. These methods correspond to create, read, update, and delete (or CRUD) operations, respectively. There are a number of other methods, too, but they are utilized less frequently.

There is 1 question to complete.