I have a
website hosting which records details for insurance policies. When a form is submitted I get an error:
Quote:
Script or Action Blocked
The requested URL /Punt2.php?Moo=Boo&OutputDiv=Punts&Policy_id=&Clien t_id=&PuntName=posh%20&PolQuote=Policies%20Only&Fi lterField=Client%20Name contains a script or action that has has been deteremined unsafe. It has been disabled to prevent abuse.
This server protected by: SecurePHPx
|
The problem occurs with the PuntName field - in the above example it is Posh (with a space after) in fact after a bit of experimentation I found that most 4 letter words followed by a space gave the same error, whereas something with 5 letters and a space doesn't give the error.
Weird
I've sorted the problem for now by changing the AJAX to use post rather than get which has stopped the error - but i'm intrigued as to why the error occurs - any ideas??
David