You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Chrome implemented the new CORS Private Network Access specification https://wicg.github.io/private-network-access/. This means that a new header named Access-Control-Request-Private-Network needs to be used in the CORS settings. After glancing through the cors module code, I found that this is not yet supported. So in order to access more private resources (localhost or VPN) we'll need support for this CORS-RFC1918.
The text was updated successfully, but these errors were encountered:
Google Chrome implemented the new CORS Private Network Access specification https://wicg.github.io/private-network-access/. This means that a new header named
Access-Control-Request-Private-Network
needs to be used in the CORS settings. After glancing through thecors
module code, I found that this is not yet supported. So in order to access more private resources (localhost or VPN) we'll need support for this CORS-RFC1918.The text was updated successfully, but these errors were encountered: