You should be fine adding the username to the URL. If you don't need to use the parameter to locate the user, no big deal it can still be there.
Dec 29, 2015
6
Level 2
Creating URL´s which include ID and Name
Hello,
is there any way to create URL´s like
http://domain.tld/users/username-1
http://domain.tld/users/1-username
http://domain.tld/users/1/username
http://domain.tld/users/username/1
and so on..
instead of:
http://domain.tld/users/{id]
Any chance to do that, without screwing up my code?
Thanks in advance,
Please or to participate in this conversation.