haskell-servant / haskell-servant/servant-js

Support withCredentials in generated vanilla JS.

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Haskell
Stars
23
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Including the `withCredentials` option should be useful for the Vanilla JS backend too, as it is included in the Axios backend.

````JavaScript
...
xhr.setRequestHeader("Accept","application/json");
xhr.withCredentials = true;
...
````

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.