Multiple choice technology programming languages POST requests can also be send through the open method of the XMLHttpRequest Object True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Although the open method of XMLHttpRequest is used to initialize the request and specify the HTTP verb (such as POST or GET), the request is not actually transmitted to the server until the send method is invoked. Therefore, the statement is false.