read-write-web / rww-scala-js

Generic SoLiD application
Apache License 2.0
10 stars 3 forks source link

WebAgent should not use proxy for server on its origin #7

Closed bblfish closed 9 years ago

bblfish commented 9 years ago

Currently all WebAgent calls go through the proxy. But clearly there is no need to do that for the JS's origin. And furthermore that makes it easier to implement all the CORS limited methods without needing a sophisticated proxy.