My simple GET request form's field names are automatically encoded somehow. I found a question similar to mine but I am not using python, or sending that header. It's a simple form no javascript, php, python or whatever else. No form headers are sent either.
<input type="checkbox" name="views[]" value="print">
Looks like
&views%5B%5D=print
I can't seem to figure out how to not encode them. I need it to be an array on the other side.