JSFiddle - React, Tailwind, and code Playground

by ethan_sorenson

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/request/2.88.2/index.js"></script>
Bearer vKV2nJaBLcrIbRK3KiWRKbAJLSo7NrcTsgyhuhUp
5ebd300dcafe00e199928255

JavaScript

let http = new XMLHttpRequest();
http.open('post', 'https://loginsmartconnect.azurewebsites.net/v1/public-key', true);


http.onload = function() {
    console.log(http.responseText);
};
http.send();