url rewriting - Hiding parameters un url with nginx -


i have website kind of adresses:

www.mydomain.com/user/userprofile/[userprofile1]?r=[login]&w=[encryptedpassword]  

ie:

www.mydomain.com/user/userprofile/toto?r=reqqfdvca&w=skvlsqmg  www.mydomain.com/user/userprofile/titi?r=re45a&w=slkvldfgmg  www.mydomain.com/user/userprofile/tutu?r=reqq0krgca&w=s46893ls  

etc...

the parameters important because there credentials access website adresses like:

www.mydomain.com/user/userprofile/toto www.mydomain.com/user/userprofile/titi www.mydomain.com/user/userprofile/tutu 

etc...

i'm new nginx, , english not perfect please excuse mistakes, have idea on how that?

thanks


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -