Which is the appropriate code to begin a HTTP GET request?

Which is the appropriate code to begin a HTTP GET request? Correct Answer request.open(“GET”,”data.csv”);

The code that begins a HTTP GET request for the contents of the specified URL is request.open("GET","data.csv"); To send a request to a server open() and send() methods of the XMLHttpRequest object are used.

Related Questions

How will the HTTP GET request be sent from the browser?
Which of the following are the features of an HTTP request?
Make an appropriate question from this – statement: “The class will begin at 8.30 a.m.”
Which of the following is the most commonly used HTTP methods ?
Which property helps to initiate the HTTP requests?