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
Has been blocked by CORS policy: 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.
#868
Closed
Azzamean opened this issue
Mar 1, 2023
· 0 comments
I tested a curl to see the difference and see the second one is missing:
access-control-allow-origin: *
Which the first one, which works, has in its response.
I assume this hasn't been an issue before because other systems are not using the client and using the server to access these. But we would like to access via the client. Essentially we just need the header added in so we can use this on Linux Foundation Projects sites.
The text was updated successfully, but these errors were encountered:
Hello,
I set up an example site https://omfp.dev-lfprojects3.linuxfoundation.org/for-github-issue/ to review.
We are using front-end to access the landscape and we encounter a CORS issues. There are two URLs we need to use.
I tested a curl to see the difference and see the second one is missing:
access-control-allow-origin: *
Which the first one, which works, has in its response.
I assume this hasn't been an issue before because other systems are not using the client and using the server to access these. But we would like to access via the client. Essentially we just need the header added in so we can use this on Linux Foundation Projects sites.
The text was updated successfully, but these errors were encountered: