Question about url

Is there a possibility instead

http://localhost:8000/tags?category=development

to show

http://localhost:8000/tags

and the resultat would be the same?

If you would set development as default value for category in your controller, I would think so.