In my application users names can contain chars like :
. @ - _
I want to make an API endpoint api/users/{username} but it's impossible with these chars in URL. How to bite this kind of problem?
In my application users names can contain chars like :
. @ - _
I want to make an API endpoint api/users/{username} but it's impossible with these chars in URL. How to bite this kind of problem?