Closed
Bug 1391059
Opened 8 years ago
Closed 5 years ago
some CORS examples are inaccurate
Categories
(Developer Documentation Graveyard :: General, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rogerpack2005, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: Other Branch
Technical Contact:
:: Details
Several of the "images" on this page: https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Show the client sends header
Origin: Server-b.com
and the response sends:
Access-control-Allow-Origin: http://foo.example
then the image happily continues on as if this is a working example. It would fail the two need to match though. Cheers!
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•