@yogesharora28 wrote:
I have a query param "token" whose value includes "=" sometimes, but ember seems to ignore that value. When the queryparams supplied are like
search?token=123=
This doesnt work and the value of token in ember comes as 123 only, whereas if I supply that as encoded i.e. as
search?token=123%3D
the value comes correctly as 123=
Does ember ignores the decoded format?
I have created a twidde https://ember-twiddle.com/da8fc488e69d9cde65024571dbe70f3d?openFiles=templates.search.hbs%2C where this can be reproduced. Please run the url as given above to see that.
Read a couple of posts with serializeQueryParams in route but doesn't seem to help.
Posts: 7
Participants: 2