The html of my page looks like this (with a few more input fields but this is the problematic one):
<div class="form">
<form name="Form" id="Form1" action="index.php" method="post">
<div id="form_box">
<div>
<label for="album">Link to album:</label>
<input type="text" id="album" name="album" value="">
</div><br>
<input type="submit" name="button" id="submitter">
</div><br>
</form>
</div>
No errors are showing up in my error log.
I don't know how to check if mod security is enabled but I saw no sign of it. I have hosting with hostgator so I don't know if that makes any difference at all.
The urls I am passing are not complex like that. They are just simply:
http://www.example.com/file?var1=x&var2=y
where the variables are not urls.