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.