wrap-params middleware doesn't function when not url-encoded... #87

Closed
guruma opened this Issue Apr 2, 2016 · 0 comments

1 participant

@guruma

IE send an url not url-encoded when "Send UTF-8 query strings..." flag of Internet Option is unset. And parameters of this request can't be processed properly by wrap-params, which decode just only url-encoded url. In my app i use and make wrap-not-url-ecoded-params middleware. But IMO, it might be good for wrap-params middleware to process a not-url-encoded-params.

@guruma guruma closed this Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment