🍪 Cookies Server

JSON-backed cookie store with admin UI. Used by the Node.js LinkedIn scraper, the Facebook scraper, and the APIFY actors to read and update platform session cookies.

Admin

/admin — login panel, cookie viewer, API request log.

REST API

Base: https://apify.frontendforever.com/api/cookies/<platform> · Auth: HTTP Basic

curl -u "user:pass" https://apify.frontendforever.com/api/cookies/linkedin

Routes

MethodPathDescription
GET/api/cookiesList platforms
GET/api/cookies/{platform}Full cookie array
GET/api/cookies/{platform}/{name}Single cookie
PUT/api/cookies/{platform}Replace file (body = JSON array)
POST/api/cookies/{platform}Merge cookies into file
POST/api/cookies/{platform}/rotateAtomic read-modify-write (for JSESSIONID rotation)
DELETE/api/cookies/{platform}/{name}Remove one cookie
DELETE/api/cookies/{platform}Remove the whole file

Audit log: logs/api-requests.jsonl · Data dir: data/