cleaner cookie

This commit is contained in:
Shihaam Abdul Rahman 2024-10-22 00:42:17 +05:00
parent 121dc00125
commit 0b3076db38
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -4,7 +4,7 @@ while true; do
source .env 2> /dev/null
KEEP_ALIVE=$(curl -s 'https://faisanet.mib.com.mv/aProfile/keepAlive' \
-X 'POST' \
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave; time-tracker=600")
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}")
echo $KEEP_ALIVE
sleep 300
done