Do you guys have any simple ways to get forced http data from an https page? I have a forced https page because I'm using the camera for QR scanning (which forces me to use https), and a forced http server (a simple web server app using winsock) that I need to send the QR code to. Do you have any simple ways around the http communication block? For example in the past I have just requested fake images in js to the http server because I only needed to send data one way. This new program I need to get a small amount back from the http server onto the https page. I figured there would be a simple way with a custom image http header or something.
↧