PriceGhost/backend
Tony Fruzza c9a9e39024 fix: remove bot-triggering headers from Amazon HTTP requests
The Sec-* and Cache-Control headers in the axios request config trigger
Amazon's bot detection, returning a 5KB blocking page instead of the
full product page. This breaks ALL Amazon scraping, not just a.co links.

Removed headers: Cache-Control, Pragma, Sec-Ch-Ua, Sec-Ch-Ua-Mobile,
Sec-Ch-Ua-Platform, Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site,
Sec-Fetch-User, Upgrade-Insecure-Requests
2026-06-15 06:43:56 +00:00
..
src fix: remove bot-triggering headers from Amazon HTTP requests 2026-06-15 06:43:56 +00:00
.dockerignore Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
.env.example Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
Dockerfile Add Puppeteer fallback for Cloudflare-protected sites 2026-01-21 20:55:49 -05:00
package-lock.json Add Google Gemini AI support (v1.0.6) 2026-01-26 21:02:14 -05:00
package.json Add Google Gemini AI support (v1.0.6) 2026-01-26 21:02:14 -05:00
tsconfig.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00