How can I allow my domain to make a successful GET request without being blocked by CORS policy.
I am already configurate the custom cors option in the indexer.
Error:
Access to XMLHttpRequest at 'https://urlsearch/indexers/indexer/run?api-version=2023-11-01' from origin 'https://appservicesopenai.azurewebsites.net' 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.
Thanks in advance.