Multiple choice technology programming languages

POST requests can also be send through the open method of the XMLHttpRequest Object

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The open method of the XMLHttpRequest object takes the HTTP method as its first argument, and 'POST' is a valid standard HTTP method alongside 'GET'. Therefore, POST requests can indeed be sent using this method by passing 'POST' as the first parameter followed by the target URL.