Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

qwest.get but OPTIONS method sent #90

@ydeshayes

Description

@ydeshayes

Hello,

I call

qwest.get('https://myUrl')
.then(function(xhr, response) {
    alert(response);
});

but when I look at the request I got this:

Remote Address:127.0.0.1
Request URL:https://myUrl
Request Method:OPTIONS
Status Code:200 OK

I'm on chrome 46.0.2490.86 (64-bit) on macOS

Do you know some similar issues with your lib ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions