Hello,
Below is the current configuration that set
Currently the response header allows
access-control-allow-methods: POST
How to include
access-control-allow-methods: POST, GET, POST
Getting the below error message now
Response to preflight request doesn’t pass access control check: The value of the ‘Access-Control-Allow-Origin’ header in the response must not be the wildcard ‘*’ when the request’s credentials mode is ‘include’. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
Let me know if this info sufficient?