Skip to content

Commit

Permalink
Add documentation about CORS proxies. Fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Apr 2, 2018
1 parent e1ea985 commit ba19365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,10 @@ Using ngsijs from normal web pages
> orion 1.10.0. This support must be enabled to access the context broker from a
> web page in a different domain than the context broker.
>
> CORS support can also be enabled by accessing to the context broker server
> using some proxies, like [cors-anywhere](https://www.npmjs.com/package/cors-anywhere)
> or the [FIWARE's pep proxy](https://github.com/ging/fiware-pep-proxy).
>
> You can access any context broker server (without requiring CORS support and
> regardless of the context broker version) if the context broker is accessible
> throught the same domain as the web page. How to create such configuration is
Expand Down

0 comments on commit ba19365

Please sign in to comment.