dotcomboom / Pituophis

Gopher client and server library for Python
https://dotcomboom.somnolescent.net/pituophis/
BSD 2-Clause "Simplified" License
45 stars 1 forks source link

Handle URLs with encoded spaces and some weird thingys #16

Open dotcomboom opened 3 years ago

dotcomboom commented 3 years ago
10:51 i'm used to like
10:51 percent-encoding spaces in urls
10:51 but if i do that in a gophermap, it returns a 404
10:51 so i have to literally put a space in the url
10:51 because it makes the url %2520
10:52 because it,,,percent encodes the percent sign

Gonna need to experiment with this in different clients.