encoding - Escape Email Address - Best Practices -


what best practices user registration via web page, in regards escaping characters? if registers , email address test+1@gmail.com should escaped? should use encodeuricomponent on whole address, escaping + , @ %2b1 , %40? ran problem + not escaped , saved space, resulted in user not being found in db. suggestions?


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -