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

Some special characters in passwords are not supported #3

Open
e0da opened this issue Apr 6, 2013 · 3 comments
Open

Some special characters in passwords are not supported #3

e0da opened this issue Apr 6, 2013 · 3 comments

Comments

@e0da
Copy link

e0da commented Apr 6, 2013

I couldn't log in, so I thought my password might be a problem. I changed my Minecraft password (removed symbols) and I was able to log in.

You should ensure that all symbols that can be produced by a standard US keyboard are supported, e.g.

`~!@#$%^&*()-_=+[{]}\|;:'",<.>/?

Ideally, just encode the text for POST-ing and allow any password or passphrase. Minecraft is pretty accommodating in this regard.

Thanks!
Justin

@jessenic
Copy link
Member

jessenic commented Apr 6, 2013

I am currently targeting the .NET Client Framework which does not have UrlEncode() built in. I will look for a URL Encoding library.

@e0da
Copy link
Author

e0da commented Apr 7, 2013

That's fantastic news! 😄 If I come across an appropriate lib, I will share it with you.

@Foxtrek64
Copy link

Seeing as this is still open-

If you're looking to encode a string for traversing the internet safely, several Stack Overflow articles suggest using the HTML Agility Pack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants