read-write-web / rww-scala-js

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

CORS/proxy fallback #18

Open bblfish opened 9 years ago

bblfish commented 9 years ago

Two ways one can have this work:

1 if direct connection (secured with CORS) does not work, fallback to proxy ( if one is specified )

  1. if connection through proxy does not work, try direct request ( with CORS security)

rdflib.js currently uses (2). Either way can be defended.

Currently there is no fallback attempt either way.