Why am I getting a 403 error on a POST to a PHP script?
- by John Gallagher
Background
I want to allow my users to submit a crash report which will get emailed to me.
I'm using UKCrashReporter with the bundled PHP script I've modified. This code does a POST to a specified URL along with the crash report.
I'm on a shared server running Linux. My main domain is synapticmishap.co.uk.
The Problem
When I send the crash…