Jump to content

frejete

Dormant
  • Posts

    1
  • Joined

  • Last visited

Personal Information

frejete's Achievements

0

Reputation

  1. Hello, I wanted to write a quick dashboard that would show the video feed, the loaded materials and the printer status (free, printing with completion percentage, need to remove the finished print) for our Ultimaker 3 printer at the office so that everyone can see at a glance what's up without standing up from their desk or launching Cura. This would be pretty simple with a simple HTML and Javascript webpage but I can't call the API because of CORS restrictions. I don't really want to install a server with a server side script to proxy my calls to the API. Would it be possible to add unrestricted CORS headers to the API server Access-Control-Allow-Origin: * , or have JSONP support?
×
×
  • Create New...