Description: Add logic to normalize URLs by sorting query parameters to avoid duplication/collision in DB keys. Update InsertSeshuSession to use this logic.
Testing:
• Unit tests for URL normalization with various complex URLs
• Integration test ensuring normalized URLs are stored correctly
Questions/Considerations:
• How should we handle URLs with hash fragments?
• Do we need to handle internationalized domain names (IDNs)?
Dependencies: None
Description: Add logic to normalize URLs by sorting query parameters to avoid duplication/collision in DB keys. Update InsertSeshuSession to use this logic. Testing: • Unit tests for URL normalization with various complex URLs • Integration test ensuring normalized URLs are stored correctly Questions/Considerations: • How should we handle URLs with hash fragments? • Do we need to handle internationalized domain names (IDNs)? Dependencies: None