We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932f330 commit ff8ab4aCopy full SHA for ff8ab4a
examples/authentication/sense-using-jwt/jwt.js
@@ -13,7 +13,7 @@ const getCsrfToken = async (host, auth) => {
13
Authorization: `Bearer ${auth}`,
14
},
15
});
16
- return res.headers.get('QLIK_CSRF_TOKEN');
+ return res.headers.get('qlik-csrf-token');
17
} catch (err) {
18
console.log('Failed to fetch csrf-token', err);
19
}
0 commit comments