22.06.2017, 21:03
(This post was last modified: 22.06.2017, 21:09 by Erwin van der Zwart.)
Hi,
You need same origin policy for that and send extra header, but the server side must be handling that extra header and it's not prepared for that.
So you can't do what you want to do, you must run .html and .lpĀ on the same origin..
Running .lp also on your local pc would require LUA and other stuff on your local server so i don't think you want to go there...
https://en.m.wikipedia.org/wiki/Same-origin_policy
BR,
Erwin
You need same origin policy for that and send extra header, but the server side must be handling that extra header and it's not prepared for that.
So you can't do what you want to do, you must run .html and .lpĀ on the same origin..
Running .lp also on your local pc would require LUA and other stuff on your local server so i don't think you want to go there...
https://en.m.wikipedia.org/wiki/Same-origin_policy
BR,
Erwin