Hello team,
Is the CORS preflight request is supported in cato api server?
When I query from browser by javascript, the preflight request was blocked by CORS policy.
ーーーーー
Access to XMLHttpRequest at 'https://api.catonetworks.com/api/v1/graphql2' from origin 'http://localhost:4000' 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.
ーーーーー
What I want to know is if this is normal behavior or a problem with my program.
Thank you,