gigafibre-fsm/services/cogeco-checker
louispaulb 5bc42bda9f fix(cogeco-checker): disable browser cache to rule it out as 401 cause
Tested the hypothesis that a warm Chromium cache (the register GET being
re-served stale) was causing the protected address/search 401. Disabled
the HTTP cache (CDP Network.setCacheDisabled), the on-disk cache
(--disk-cache-size=0) and service workers (serviceWorkers:'block').

Result: identical trace — register=200 (freshly minted, not cached),
autocomplete=200, address/search=401. So cache was NOT the cause; the
401 is a server-side authorization decision on the protected endpoint
(reCAPTCHA Enterprise assertion required). Keeping the cache-disable as
hygiene + to definitively rule it out in future debugging.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 21:47:19 -04:00
..
lib fix(cogeco-checker): disable browser cache to rule it out as 401 cause 2026-06-01 21:47:19 -04:00
.env.example feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
docker-compose.yml feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
Dockerfile feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
package.json feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00
server.js feat(cogeco-checker): POC competitor-serviceability microservice (WIP) 2026-06-01 20:56:05 -04:00