I have web Application when I´m implementing Recovery Password, so I send vía mail link to recover Password like this:
string page = "<a href ='../SPA/cuenta/cambiarContrasena.html' >RecoveryPassword</ a >";
I get Google Advice:
The page you are trying to target is an invalid URL (http://../SPA/cuenta/cambiarContrasena).
Problem is that no redirects to my web page, how can I do to get exactly route I want? Regards