URLs should not unconditionally be transformed to lowercase #7

Closed
opened 2023-06-23 06:46:10 +00:00 by froge · 0 comments
Owner

Changing URLs to lowercase before requesting them is against the HTTP spec, so we should replace the URL checking code with something that does case-insensitive string comparisons to avoid mangling the URLs before making requests.

Changing URLs to lowercase before requesting them is against the HTTP spec, so we should replace the URL checking code with something that does case-insensitive string comparisons to avoid mangling the URLs before making requests.
froge closed this issue 2023-06-29 01:21:40 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: krabopolis/frogbot#7
No description provided.