Without using any jQuery or other libraries, I'm trying to send a simple POST request across domains.
There are a few solutions, How Do I send a Cross Domain POST Request Via JavaScript for example, for retrieving the response and parsing it. However I'm looking for something simpler and lighter-weight given I don't need the response.
What would be the easiest way to do this?