Skip to content
Snippets Groups Projects
Commit cf8d1bfc authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add credentials (token) to 'query/configuration' call for rucio

parent 86638137
Branches
No related tags found
1 merge request!47add credentials (token) to 'query/configuration' call for rucio
Pipeline #16425 passed
......@@ -34,7 +34,7 @@ export function QueryContextProvider({ children }) {
}
axios
.get(api_host + "query/configuration" + configNameString)
.get(api_host + "query/configuration" + configNameString, {withCredentials: true})
.then((response) => {
//alert(configNameString)
let config = response.data["configuration"];
......
......@@ -87,7 +87,7 @@ export default function Routes() {
</Switch>
<footer><small>esap-gui version 13 aug 2021 - 13:00</small></footer>
<footer><small>esap-gui version 17 aug 2021 - 13:00</small></footer>
</Router>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment