about
Simple raw text sharing service with CORS.
Returns raw responses with proper headers for cross-domain requests.
example usage
fetch('https://rawtext.host/raw?qwerty')
.then(r => r.text())
.then(data => console.log(data))
curl https://rawtext.host/raw?qwerty
business
/ rawtext@proton.me