JSFiddle - React, Tailwind, and code Playground

by ryanttb

JavaScript

$.ajax({
    type: "POST",
    url: "http://alpha.appgeo.com/MobileDataFrameworkAdmin/Authentication_JSON_AppService.axd/Login",
    contentType: "application/json",
    data: '{"userName":"rwestphal","password":"bj_4ppg30","createPersistentCookie":false}',
    success: function( result) {
        alert( result );
    },
    error: function( xhr ) {
        alert( xhr.statusText );
    }
});