Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape characters in URL #20

Open
guyemerson opened this issue Jul 17, 2020 · 0 comments
Open

Escape characters in URL #20

guyemerson opened this issue Jul 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@guyemerson
Copy link

Some type names contain the + character, which gets interpreted as a space in a URL, e.g.:

https://lr.soh.ntu.edu.sg/~bond/cgi-bin/ERG_mo/showtype.cgi?typ=cp_prop+ques_verb

Escaping it as %2b works:

https://lr.soh.ntu.edu.sg/~bond/cgi-bin/ERG_mo/showtype.cgi?typ=cp_prop%2bques_verb

@fcbond fcbond added the bug Something isn't working label Jul 9, 2022
@fcbond fcbond self-assigned this Jul 9, 2022
fcbond added a commit that referenced this issue Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants