Browse Source

Merge pull request #1638 from rwuebker/patch-1

Update README.md
bubble
Ron 9 years ago
parent
commit
0a95435abe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -166,7 +166,7 @@ You can read about CORS here: http://www.w3.org/TR/cors.
There are two cases where no action is needed for CORS support: There are two cases where no action is needed for CORS support:


1. swagger-ui is hosted on the same server as the application itself (same host *and* port). 1. swagger-ui is hosted on the same server as the application itself (same host *and* port).
2. The application is located behind a proxy that enables the requires CORS headers. This may already be covered within your organization.
2. The application is located behind a proxy that enables the required CORS headers. This may already be covered within your organization.


Otherwise, CORS support needs to be enabled for: Otherwise, CORS support needs to be enabled for:




Loading…
Cancel
Save