From caac80b34f53d963541a344fadd3c840f037a049 Mon Sep 17 00:00:00 2001 From: jaiw1 <73923834+jaiw1@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:21:44 +0530 Subject: [PATCH] Update updateDaily.py Fix 401 Unauthorized by adding missing headers to profile update request --- updateDaily.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/updateDaily.py b/updateDaily.py index 04dce04..c78c8b8 100644 --- a/updateDaily.py +++ b/updateDaily.py @@ -202,6 +202,9 @@ def update_resume() -> dict: profile_url, headers={ "accept": "application/json", + "appid": "105", + "systemid": "Naukri", + "clientid": "d3skt0p", "authorization": f"Bearer {token}", "content-type": "application/json", "origin": "https://www.naukri.com",