Unable to send Url in a Form field
Posted
by araja
on Stack Overflow
See other posts from Stack Overflow
or by araja
Published on 2010-05-08T09:51:07Z
Indexed on
2010/05/08
9:58 UTC
Read the original article
Hit count: 166
I am facing a problem while submitting a simple HTML form. Here is the form:
<form name="form1" method="post" action="dest.php">
<input type="hidden" name="my_url" value="http://www.livrotek.com/book_image/thumb/12726851341.jpg" />
</form>
When I submit this form, I get an apache error: You don't have permission to access dest.php on this server.
If I change the value of "my_url" field to any value other than a URL, then it works fine.
© Stack Overflow or respective owner