Hello! This is my first post. :)
Is it inappropriate to place many <input type="hidden".... to submit?
Here's an example:
<form action="/" method="post"><input type="hidden" name="ad" value="0x2443ae42"><input type="hidden" name="ad" value="0"><input type="hidden" name="ad" value="3"><input type="hidden" name="ad" value="test"><input type="submit" value="apps"></form>
Some browsers seem to not send back all the data. My guess is, forms aren't the proper way of sending a stack back to the server.
Thank you very much!