arduino / arduino-create-agent-js-client

JS module providing discovery of the Arduino Create Plugin and communication with it
Other
33 stars 15 forks source link

Cross-Origin request blocked when accessing the builder compute API on upload #147

Closed ahsan-sabir closed 5 years ago

ahsan-sabir commented 5 years ago

Facing CORS issue when making request to https://builder.arduino.cc/v3/boards/arduino:samd:mkr1000/compute when I try to upload sketch in the provided demo example.

Is there any additional configuration that I am missing?

smellai commented 5 years ago

I'm sorry that API is accessible only from Arduino domains

ahsan-sabir commented 5 years ago

I see Thanks anyways