iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

Iron Router decodes my URL #1484

Open ghost opened 8 years ago

ghost commented 8 years ago

I have a route "/name/@someidname" and if I use Router.go('name', {_id: '@someidname'}); my url changes to "/name/%40someidname". It's decoding it. How do I prevent that? I want to display it as is, "/name/@someidname". Help? Thanks!