Skip to content

Access-Control-Allow-Headers #7

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions