Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-157

CORS preflight request should not be blocked by Basic or Digest auth

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • PLINK_2.5.0.beta4
    • PLINK_2.5.0.beta3
    • None
    • None

      According to the W3C spec, user credentials should never be sent with preflight (OPTIONS) requests. This means that the server should respond to an OPTIONS request even if the eventual request (GET, POST, ...) is protected by Basic or Digest authentication and should not respond with a 401.

      http://www.w3.org/TR/cors/#preflight-request

              psilva@redhat.com Pedro Igor Craveiro
              kborchers Kris Borchers (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: