overte-HifiExperiments/libraries/networking
Oren Hurvitz 3d5035886c Allow logging-in with an email that contains a '+' sign.
Previously, attempts to login using an email such as "my+name@example.com" didn't work because the username wasn't
URL-encoded when it was sent to the server, so on the server the '+' was changed to a space.
2019-03-28 10:45:55 +01:00
..
src Allow logging-in with an email that contains a '+' sign. 2019-03-28 10:45:55 +01:00
CMakeLists.txt