浏览代码

Update README.md

- improves wording
- line 169 changes 'requires' to 'required'

BEFORE: The application is located behind a proxy that enables the requires CORS headers.
AFTER :   The application is located behind a proxy that enables the required CORS headers.
bubble
Rick Wuebker 9 年前
父节点
当前提交
c8777504fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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:

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:



正在加载...
取消
保存