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
Post a Comment