Commit Graph

2 Commits

Author SHA1 Message Date
Claude Bot
83a3a905d2 Switch to Accept header-based content negotiation (much cleaner!)
- Replace User-Agent detection with proper Accept header parsing
- Check for text/html and */* to determine response format
- Much more standards-compliant approach
- Cleaner logic and better separation of concerns

Thanks to feedback suggesting Accept header over User-Agent parsing!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-25 06:27:39 +00:00
Claude Bot
537459129b Update User-Agent detection logic and improve request handling
- Fixed checkRouteFailures to pass request parameter
- Improved User-Agent detection logic
- Test framework improvements (test currently failing but infrastructure is working)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-25 05:52:59 +00:00