403 Error on POST

403 error on POST
This can occur for several reasons:

Be sure your file permissions are correct. If the file needs to be written to it needs to be set to 777.

Make sure the localhost call is correct.

If it is having difficulty connecting to a remote site this can occur.

Some form data can trigger the above error. A work around can be to pre-encode the textarea before POST.

Check your folder's error_log file for additional information.
  • 135 Users Found This Useful

Was this answer helpful?

Related Articles

Add Flash Chat to your Website

We ran into this website recently which allows you to easily insert a flash chat room into your...

Set CORS header to Allow Access for any Incoming Domain

The following may be used to set to always set the CORS header for any incoming domains without...

Mounting Samba Share in Linux for Startup

The following may be used to mount a samba share via your /etc/fstab file for bootup on...

How do I parse html files as shtml?

Create an .htaccess file in the directory needed and add the following: AddHandler...

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...