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

“Not Secure” Web Error

In this day and age browsers now default to using https:// instead of http://. We make SSL...

SSL - Creating a CSR in Windows 2003

Creating the CSR IIS Windows 2003 or 2000 Server: From Administrative Tools, run the Internet...

Adding HTML to Site Builder

When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...

What are all these htaccess files?

.htaccess files are used to perform certain rules such as displaying a 404.shtml file in replace...

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...