Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

post requests javascript

xhr.open("POST", url, true);
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
xhr.send(someStuff);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #post #requests #javascript
ADD COMMENT
Topic
Name
8+8 =