-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Can someone please help me?
My API uses the below:
app()->cors([
"origin" => "",
"credentials" => true,
"preflightContinue" => true,
"allowedHeaders" => "",
"methods" => "GET,HEAD,PUT,PATCH,POST,DELETE",
]);
But when I do a request with axios I get the error below
xxxxx from origin 'http://localhost:5173/' has been blocked by CORS policy: Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
