Mock JavaScript endpoint

A live endpoint that answers with a small JavaScript body and any of 14 HTTP status codes, from 200 to 504. A script body with the application/javascript type. Test script loaders, CDNs and MIME checks. No signup, CORS enabled, nothing logged.

Try the 200 version

curl -i https://demo-js-200.supercrontab.com/

Sample body (application/javascript)

console.log("ok")