xss-mw
xss-mw copied to clipboard
bugfix: query array changed after HandleGETRequest
Query array like "k1[]=1&k1[]=2" cannot be returned by gin.Context.QueryArray after this middleware. So I replace the 'Set' method.
Hi @haborhuang Thanks for the PR. Looks good. I'll get my env set up and play with it a bit, then get it merged in. Apologies for the late reply