Jeffy
02-23-2007, 04:35 PM
I have been pulling my hair out over this problem.
I have a method=POST form which in some cases which returns a 403 Forbidden error, apparently never executing the php script to process the form. The very wierd thing is that the problem is data-dependent ... for instance, if my field called "spouse" is filled with "Cindy" it returns the 403. If I change that to "mindy" it works fine... huh ?!?!?!
I have put code in the php script to trace to a file as soon as it starts up, which never happens in the instances when I get the 403 return. So I would surmise this is happening in the server's processing of the POST request before the script is called.
Does anybody have ANY ideas? I don't have much hair left!
Thanks.
I have a method=POST form which in some cases which returns a 403 Forbidden error, apparently never executing the php script to process the form. The very wierd thing is that the problem is data-dependent ... for instance, if my field called "spouse" is filled with "Cindy" it returns the 403. If I change that to "mindy" it works fine... huh ?!?!?!
I have put code in the php script to trace to a file as soon as it starts up, which never happens in the instances when I get the 403 return. So I would surmise this is happening in the server's processing of the POST request before the script is called.
Does anybody have ANY ideas? I don't have much hair left!
Thanks.
