Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible for data to be sent multiple times using XMLHttpRequest. This can be achieved by calling the send() method multiple times with different data. However, it is important to note that each call to send() will create a new request, and the response to each request will be handled separately.