diff --git a/ubo-common/src/main/resources/META-INF/resources/js/language-search.js b/ubo-common/src/main/resources/META-INF/resources/js/language-search.js index 4cd2e001..2a43476e 100644 --- a/ubo-common/src/main/resources/META-INF/resources/js/language-search.js +++ b/ubo-common/src/main/resources/META-INF/resources/js/language-search.js @@ -179,6 +179,7 @@ class LanguageSearchInput { const baseURL = window['webApplicationBaseURL']; const response = await fetch(baseURL + 'api/v2/classifications/rfc5646', { method: 'GET', + credentials: 'omit', headers: { 'Accept': 'application/json' }