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.
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.