perki / backloop.dev

Loopback domain and SSL certs to serve https:// content form localhost
Other
8 stars 0 forks source link

backloop.dev

Loopback domain and SSL certs to handle HTTPS on localhost.

Why ?

When you locally develop web applications that intensively use AJAX REST requests. CORS layer is enforced by pure HTTPS only policies from browsers to avoid mixed content between HTTP & HTTPS sources.

Backloop.dev SSL certificates enable localhost HTTPS.

All *.backloop.dev hostnames point to 127.0.0.1 and ::1.

CONTENT

Most of the documentation is present on the NodeJS package 👈🏻

CONTRIBUTING

License

BSD-3-Clause