Web client that connects to Bluejeans
- How do I avoid CORS issue?
Bluejeans endpoints are very restrictive and they don't even enabled CORS access for localhost. As a workaround, disable web security on the browser.
open -n -a /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --args --disable-web-security --user-data-dir="/tmp/chrome-test"