Skip to content
Snippets Groups Projects
Commit 995ae5e7 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

New: use cookies (coscine/issues#2926)

parent 393c6a2d
No related branches found
No related tags found
2 merge requests!113Release: Sprint Jul 25 - Aug 07, 2024,!107New: use cookies (coscine/issues#2926)
import axios, { type InternalAxiosRequestConfig } from "axios";
const instance = axios.create();
const instance = axios.create({
withCredentials: true
});
const clientCorrelationIdKey = 'X-Coscine-Logging-CorrelationId';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment