Closed
Bug 847254
Opened 13 years ago
Closed 13 years ago
https://verifier.login.persona.org/verify does not set Access-Control-Allow-Origin
Categories
(Cloud Services :: Server: Identity, defect)
Cloud Services
Server: Identity
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: contact, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130227155931
Steps to reproduce:
curl -I https://verifier.login.persona.org/verify
Actual results:
No Access-Control-Allow-Origin header.
Expected results:
There should be a Access-Control-Allow-Origin header so it can accessed from JS applications.
Comment 2•13 years ago
|
||
Actually, we don't implement HEAD (curl -I) for that request, only POST.
Could you refile this at https://github.com/mozilla/browserid/issues?
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Comment 3•13 years ago
|
||
er, s/refile/restate/.
| Reporter | ||
Comment 4•13 years ago
|
||
Well, I gave an example with HEAD but the header is not there with POST either.
You need to log in
before you can comment on or make changes to this bug.
Description
•