CorsProxy_v3 Op
create a cables.gl CORS proxy URL
Summary (oneliner)
Prefixes the given URL with the URL of the cables.gl CORS proxy. The resulting URL can be used in any request to circumevents Same-Origin-Policy restrictions. The proxy itself does not store or alter the data received from the server.
In any exported patch this op will return the original URL!
Full Name
- Ops.Net.CorsProxy_v3
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch cors proxy
INPUT PORTS
URL (String)
Use in export (Number: boolean)
Active (Number: boolean)
OUTPUT PORTS
CORS URL (String)
Patches using CorsProxy_v3
Changelog
improvement | add active/inactive toggle, restrict usage to cables editor/patchpage |