Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Using Sites with Orion

I am serving my web app out of an Orion site, it runs on
http://127.0.0.2:8080. But when it comes time to read Orion files, my
XHR fails because the Orion files are on http://localhost:8080, and
that is interpreted as cross-origin.

I guess I can put my app and the app I am debugging on the same Site,
but that's a real hack.

Other suggestions?

jjb


Back to the top