Giter VIP home page Giter VIP logo

Comments (8)

stewartoallen avatar stewartoallen commented on June 23, 2024

Sorry about that. In order to run inside Onshape, grid.space must be entirely https. And https sites can't access non-secure content. You can run Kiri:moto locally on the same host that runs your octo-print server.

from grid-apps.

probonopd avatar probonopd commented on June 23, 2024

Is there some other way to send a HTTP request from JavaScript? I mean, it's just a simple POST request...

from grid-apps.

stewartoallen avatar stewartoallen commented on June 23, 2024

The integration does use a simple http post using javascript. It's a standard browser security restriction to disallow https -> http.

from grid-apps.

probonopd avatar probonopd commented on June 23, 2024

I see. Thanks for your explanation.

from grid-apps.

probonopd avatar probonopd commented on June 23, 2024

Do you think it could be made work with something like Chrome's --allow-running-insecure-content command line option? I am asking in part since a dedicated, pre-configured Electron application for Onshape like https://github.com/develar/onshape-desktop-shell/ might be able to relax some security settings if this helps.

from grid-apps.

probonopd avatar probonopd commented on June 23, 2024

Another option might be to open a HTTP popup window, and send the CGODE from there.

https://stackoverflow.com/a/44943661

from grid-apps.

stewartoallen avatar stewartoallen commented on June 23, 2024

That won't work without sending the entire gcode server-side then bouncing it back to the new window. Doable, but not elegant, easy, or contained. Kiri does not send any data to the server at present, so that would be a huge departure.

from grid-apps.

stewartoallen avatar stewartoallen commented on June 23, 2024

closing as not feasible unless octoprint implements https with real certs

from grid-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.