I have to write a code that runs on the server that posts an XML file to the given URL using XMLHttpRequest Object.
I know that I can use XMLHttpRequest Object on the client side in JavaScript to do this. But is there anyway where I can use XMLHttpRequest object on the server side which can be run as a stand alone application
Can any one give me any idea on this?
Thank You
I know that I can use XMLHttpRequest Object on the client side in JavaScript to do this. But is there anyway where I can use XMLHttpRequest object on the server side which can be run as a stand alone application
Can any one give me any idea on this?
Thank You