Skip to content

Why does nuxtjs/axios trigger options requests #591

Open
@JiaLuo

Description

@JiaLuo

In the request interceptor, it's just set
content-type:application/x-www-form-urlencoded;
config.withCredentials = true;
When the browser calls the interface, the options request will be triggered. How can I set it to not trigger the options request

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