Support for Access-Control-Allow-Private-Network #314
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
Feature Request
Motivation
Chrome is removing/has removed the ability to send requests to private network endpoints from public websites:
https://developer.chrome.com/blog/private-network-access-preflight/
There is a pre-flight header it sends now (
Access-Control-Request-Private-Network
) and expects in the response to allow those requests through.Proposal
Perhaps a new method alongside
allow_headers
/allow_methods
/etc onCorsLayer
(allow_private_network_access
?) that provides the correct response header for the preflight request?The text was updated successfully, but these errors were encountered: