[openstreetmap/openstreetmap-website] CORS issue (Issue #7352)
Tom Hughes
notifications at github.com
Tue Sep 1 18:16:53 UTC 2026
tomhughes left a comment (openstreetmap/openstreetmap-website#7352)
A quick test here shows that it does return that header:
```json
"responseHeaders": {
"headers": [
{
"name": "access-control-allow-credentials",
"value": "true"
},
{
"name": "access-control-allow-origin",
"value": "https://www.openstreetmap.org"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "content-length",
"value": "930"
},
{
"name": "content-type",
"value": "application/json"
},
{
"name": "date",
"value": "Tue, 01 Sep 2026 18:14:50 GMT"
},
{
"name": "server",
"value": "Apache"
},
{
"name": "strict-transport-security",
"value": "max-age=31536000; includeSubDomains; preload"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "X-Firefox-Spdy",
"value": "h2"
}
]
}
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/7352#issuecomment-5498371905
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/7352/5498371905 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260901/6dc79d24/attachment-0001.htm>
More information about the rails-dev
mailing list