Sentinel started rejecting all /proxy requests because cookies set during the fingerprinting flow (vlscppe/ov-df) were never reaching the GetProductDownloadLinksBySku call. Two gaps closed: - CF Worker now forwards Cookie header to Microsoft and Set-Cookie headers back to the backend - Backend uses a simpleCookieJar (domain-scoping disabled) shared across the full session: setup → warmup → download link fetch. Standard cookiejar rejects microsoft.com cookies when the request URL is the Worker domain. Tested locally without Worker (direct MS calls): download links returned, no Sentinel error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| worker.js | ||