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
No 'Access-Control-Allow-Private-Network' header was present in the preflight response for this private network request targeting the local address space
The Above error occurs but can be easily solved if using middleware where the response header containing Access-Control-Allow-Private-Network is kept true. Need a new configuration option for Access-Control-Allow-Private-Network too as we have for other response header options that CORS provides.
The text was updated successfully, but these errors were encountered:
No 'Access-Control-Allow-Private-Network' header was present in the preflight response for this private network request targeting the
local
address spaceThe Above error occurs but can be easily solved if using middleware where the response header containing Access-Control-Allow-Private-Network is kept true. Need a new configuration option for Access-Control-Allow-Private-Network too as we have for other response header options that CORS provides.
The text was updated successfully, but these errors were encountered: