0

I'm writing a PHP SOAP server and I'm using PAW ( mac app ) to simulate SOAP client request

on my local server I get a SOAP response on production server a get an 403 Forbidden error, since on this server I did have previous issue with mod security is the firth thing i thought. In log file i get a 403 error and then

ModSecurity: XML parser error: XML: Failed parsing document. [hostname "www.mydomain.com"] [uri "/mypath/push-products.php"] [unique_id "123456789"]

ModSecurity: Access denied with code 403 (phase 2). Match of "eq 0" against "REQBODY_ERROR" required. [file "/etc/httpd/modsec/00_asl_z_antievasion.conf"] [line "36"] [id "330791"] [msg "Failed to parse request body. This may be an impedence mismatch attack, a broken application or a broken connection. This is not a false positive. Check your application or client for errors."] [data "XML parser error: XML: Failed parsing document."] [severity "CRITICAL"] [hostname "www.mydomain.com"] [uri "/mypath/push-products.php"] [unique_id "123456789"]

how can disable mod security check on this folder via .htaccess?

al404IT
  • 123
  • 1
  • 6

0 Answers0