mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
doc: improve smart card documentation.
This commit is contained in:
parent
2046d8d30c
commit
da32035841
2 changed files with 268 additions and 266 deletions
|
|
@ -41,7 +41,7 @@ To resolve this, you can either:
|
|||
|
||||
- Host all your target service under the same domain & port.
|
||||
- Modify the target server configuration so that the response of the server included following header- `Access-Control-Allow-Origin: *` (<https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests>). It might be an option in the targeted service, otherwise depending on how the service is hosted, the proxy or web server can seamlessly add it.
|
||||
- Use a cors proxy server like [`cors-container`](https://github.com/imjacobclark/cors-container), [`cors-anywhere`](https://github.com/Rob--W/cors-anywhere) or many others.
|
||||
- **Use a proxy** to add the necessary CORS headers (lot of options, some of them described [here](https://enable-cors.org/server.html). Also check [`CORSair`](https://github.com/bastienwirtz/corsair), a light and simple solution)
|
||||
|
||||
## I am using an authentication proxy and homer says I am offline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue