Is it safe to use e-mail addresses inside URLs? I mean lets say a web-application has a registered user \"Bob\" and Bob has been registered by using his email => Bob@
Bob@
In this case, the email address can be used with request parameter as GET Method, e.g:
// application.com/file_name?email=Bob@hisemail.com
This option is more safety and probably used.