B
brkiko
Guest
Hello,
I am with a problem to send some datas of a form when in one any the user
types "HTTP://" I receive the message from error 403 when
I send the form.
However this error happens when in the form action I put some
parameters, for example: contact.php?action=submit, in this in case
if the user types one http:// in any field gives error, if not
to type http:// without error
Below it follows the address and the code of a page without error and
another one with the error, repair in "action"
http://d6487568.jh108.jh.brdominio.com.br/forms/form1.php
Right form:
<form action="" method="post">
URL: <input type="text" name="url" value="http://www.jodohost.com" >
<input type="submit" name="submit" value="submit">
</form>
http://d6487568.jh108.jh.brdominio.com.br/forms/form1.php
Wrong form:
<form action="?yes=no" method="post">
URL: <input type="text" name="url" value="http://www.jodohost.com" >
<input type="submit" name="submit" value="submit">
</form>
Thanks,
I am with a problem to send some datas of a form when in one any the user
types "HTTP://" I receive the message from error 403 when
I send the form.
However this error happens when in the form action I put some
parameters, for example: contact.php?action=submit, in this in case
if the user types one http:// in any field gives error, if not
to type http:// without error
Below it follows the address and the code of a page without error and
another one with the error, repair in "action"
http://d6487568.jh108.jh.brdominio.com.br/forms/form1.php
Right form:
<form action="" method="post">
URL: <input type="text" name="url" value="http://www.jodohost.com" >
<input type="submit" name="submit" value="submit">
</form>
http://d6487568.jh108.jh.brdominio.com.br/forms/form1.php
Wrong form:
<form action="?yes=no" method="post">
URL: <input type="text" name="url" value="http://www.jodohost.com" >
<input type="submit" name="submit" value="submit">
</form>
Thanks,