JSFiddle - React, Tailwind, and code Playground

by Valentin Sarychev

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);
}