PostBin Debug Web Hooks Example #1
by hellosze
JavaScript
<script>
$.ajax({
type: "POST",
url: "http://postbin.heroku.com/795f9a0b",
data: { name: "Ass", location: "Ass" }
}).done(function( msg ) {
alert( "Data Saved: " + msg );
});
</script>