bigsiter

Results 1 issues of bigsiter

When I want to send MULTI parameters, get method works wrong, because Allegro needs `"val=x&val=y&val=z" ` instead of `"val[0]=x&val[1]=y&val[2]=z"` That's why we need to remove [\d+] from the query string.