Skip to content

quinkennedy/Openframe-CORS-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CORS proxy to run as a service on Openframe

Resources

Stars

Watchers

Forks

Packages

No packages published