Skip to content
Snippets Groups Projects
Commit 8b38b07a authored by Gareth Hughes's avatar Gareth Hughes
Browse files

axios withCredentials

parent b93b5c8c
No related branches found
No related tags found
1 merge request!94103 rucio next page
...@@ -52,6 +52,7 @@ export default function RucioResults({ catalog }) { ...@@ -52,6 +52,7 @@ export default function RucioResults({ catalog }) {
const url = api_host + "rucio/rucio/?" + queryMap.get(catalog).esapquery const url = api_host + "rucio/rucio/?" + queryMap.get(catalog).esapquery
axios axios
.get(url, { .get(url, {
withCredentials: true,
headers: { headers: {
Authorization: 'Bearer ' + `${accessToken}` Authorization: 'Bearer ' + `${accessToken}`
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment