Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note on origins w/ default port to README.md #163

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2018

  1. 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
    nbr committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    c983e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    4e536ff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. revert code changes

    nbr committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    40f3fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96db63b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    897cd5f View commit details
    Browse the repository at this point in the history