mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
send cookies in request (#256)
This commit is contained in:
parent
74aaa14dde
commit
57c9cb145f
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class Base {
|
|||
};
|
||||
|
||||
return fetch(endpoint, {
|
||||
credentials: 'same-origin',
|
||||
method,
|
||||
headers,
|
||||
body,
|
||||
|
|
|
|||
Loading…
Reference in a new issue