I have come up with a problem while using query params in ember.js.when I access query params from URL it strips out certain characters like "+" and adds "space" instead of it.is there any solution to get exact parameter from URL so that I can send it as a request object.
example
UpA++P1wwB1uoAJQkxe3CySxIXj5so5G
UpA P1wwB1uoAJQkxe3CySxIXj5so5G (two space characters after A)