from Authentication
Every request from monday.com to your app will contain a JWT in the
Authorization
header
but i don’t see it:
[0] Headers {
[0] host: 'xxx.apps-tunnel.monday.app',
[0] 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36',
[0] accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
[0] 'accept-encoding': 'gzip, deflate, br, zstd',
[0] 'accept-language': 'en-US,en;q=0.9,hi;q=0.8',
[0] priority: 'u=0, i',
[0] 'sec-ch-ua': '"Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135"',
[0] 'sec-ch-ua-mobile': '?0',
[0] 'sec-ch-ua-platform': '"Windows"',
[0] 'sec-fetch-dest': 'iframe',
[0] 'sec-fetch-mode': 'navigate',
[0] 'sec-fetch-site': 'cross-site',
[0] 'sec-fetch-storage-access': 'none',
[0] 'sec-fetch-user': '?1',
[0] 'upgrade-insecure-requests': '1',
[0] 'x-forwarded-for': '67.168.114.245',
[0] 'x-forwarded-host': 'xxx.apps-tunnel.monday.app',
[0] 'x-forwarded-proto': 'https'
[0] }
how can i fix this?