JSFiddle - React, Tailwind, and code Playground
JavaScript
var xhr = new XMLHttpRequest();
xhr.open('POST', 'https://127.0.0.1:48737/api/csp/open');
xhr.send('{"type":"RSA"}');
xhr.onload = function() {
console.log(this.responseText);
}
var xhr = new XMLHttpRequest();
xhr.open('POST', 'https://127.0.0.1:48737/api/csp/open');
xhr.send('{"type":"RSA"}');
xhr.onload = function() {
console.log(this.responseText);
}