Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add note on origins w/ default port to README.md (#163)
* Allow specifying redundant default port in origin When `http://EXAMPLE:80` is an allowed origin, requests are not allowed from `http://EXAMPLE`. Since port 80 is the default port for HTTP, browsers will strip it and thus rack-cors never receives a request from `http://EXAMPLE`. A similar problem is discussed here: request/request#515 * Remove default port from http(s) without URI#parse * revert code changes * add note on origins w/ default port to README.md
- Loading branch information