xss-mw icon indicating copy to clipboard operation
xss-mw copied to clipboard

bugfix: query array changed after HandleGETRequest

Open haborhuang opened this issue 4 years ago • 1 comments

Query array like "k1[]=1&k1[]=2" cannot be returned by gin.Context.QueryArray after this middleware. So I replace the 'Set' method.

haborhuang avatar Jul 16 '20 06:07 haborhuang

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

dvwright avatar Feb 12 '21 08:02 dvwright