GoogleChrome / GoogleChrome/OriginTrials
Cors error on HTTP2 in google chrome
- Dominant language
- Bikeshed
- Stars
- 534
- Forks
- 141
- PR merge metrics
- No merged PRs in 30d
Description
Access to XMLHttpRequest at ‘https://admin.example.com/’ from origin ‘https://admin.example.com/’ has been blocked by CORS policy: Request had a target IP address space of unknown yet the resource is in address space public.
From the last update of google chrome, version: 102.0.5005.63 it only throws the mentioned error and not the functions it does not fulfill correctly…
I have read this official update note: [Private Network Access update: Introducing a deprecation trial - Chrome Developers](https://developer.chrome.com/blog/private-network-access-update/#chrome-102)
Implement the necessary headers but the error persists on any apache website
Access-Control-Allow-Private-Network: true
Access-Control-Request-Private-Network: true
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.