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

describe Access-Control-Request-Headers as optional part of preflight #28204

Merged
merged 1 commit into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. describe Access-Control-Request-Headers as optional part of preflight

    Per
    https://fetch.spec.whatwg.org/#cors-preflight-fetch , 
    Access-Control-Request-Headers is an optional part of a preflight, and in fact, Chrome v115 does not send Access-Control-Request-Headers when there is no restricted header in the pending outbound request.
    DinoChiesa committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5d58465 View commit details
    Browse the repository at this point in the history