When unbounce tries to post webhook data. Unbounce error is very vague but in my logs i see the attempts as a “404” in my logs.
Which is odd or a number of reasons
all 404 errors on the site are redirected anyway using .htaccess, so there should not be any 404 at all
Any 404 issues (even redirected ones) are recorded in the error log as PHP could not find the script. But an not unbounce attempt. It just shows 404 in the standard log nothing in error log.
The file is reachable with every other browser out there
184.00.75.00 - - -24/Oct/2018:15:55:37 -0400] “POST /FreeQuote/webhook.php HTTP/1.1” 200 20 “https://contact.x777r.com/traf7777ts/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36”
50.00.99.000 - - 024/Oct/2018:15:55:38 -0400] “POST /FreeQuote/webhook.php HTTP/1.1” 404 - “-” “Apache-HttpClient/4.5.5 (Java/1.8.0_171)”
In case it matters the webhook.php file is running under a CPANEL website.