Skip to content

Access-Control-Allow-Headers #7

@phpcodingmaster

Description

@phpcodingmaster

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions