openframe-cors-proxy
v2.0.0
Published
A CORS proxy to run on OpenFrame
Downloads
2
Readme
Openframe-CORS-Proxy
This is an Openframe hardware extension which adds a CORS proxy to your openframe. The proxy will by started by Openframe and be accessible to your artworks via https://localhost:8425/
Because this extension uses a self-signed certificate, if accessing this proxy from a website artwork you will need to add the --allow-insecure-localhost
chromium flag. You can do this by adding a config property to your artwork like so: "config":{"flags":"--allow-insecure-localhost"}
This extension is a wrapper for cors-anywhere. Reference that module's documentation for usage details.
installation
Install this extension by running openframe -i openframe-cors-proxy
on your Openframe computer.