Getting this error when hitting the api endpoint from localhost:3000. As mentioned in the solutions Added “Access-control-allow-origing” and in the okta config setting adding origin URL and selected CORS enabled option.
Does sending “Authorization” and “Access-control-allow-access” in the request header is causing this issue"
My request headers are : :Authority:“”
:Method:GET
:Path:“”
:Scheme: https
Accept: application/json, text/plain, /
Accept-Encoding: “”
Accept-Language: “”
Access-Control-Allow-Origin:“”
Authorization:“”
Origin:“”
Referer:“”