zimki | documentation | search
 
Zimki Documentation - zimki.remote.post

Post to a remote URL. The first argument is the URL you wish to post to. The second argument is an Object containing the key/value pairs that you wish to send as parameters. You can optionally pass a third and fourth argument which respresent the username and password to access the URL you are posting to.

For example:

var myUrl = 'http://www.google.com/search';
var myText = zimki.remote.post( myUrl, { q: 'zimki' } );

Parent

zimki.remote