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
With the new console service and http ingress service, we are now getting console CORS errors when trying to send HTTP requests from the VerbRequestForm
Access to fetch at 'http://localhost:8891/get/name' from origin 'http://127.0.0.1:8899' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Re-enable http-ingress e2e tests once this is resolved.
The text was updated successfully, but these errors were encountered:
With the new console service and http ingress service, we are now getting console CORS errors when trying to send HTTP requests from the VerbRequestForm
The text was updated successfully, but these errors were encountered: