query param modification
Opened this issue · 0 comments
sudhanshusirohia commented
My application supports requests with bulk parameter support, so for ex, URL is like /foo?id=1&id=3&id=5, its converting the same to /foo?id[]=1&id[]=3&id[]=5
how to handle this to avoid brackets getting added