Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: vyshakhv on March 24, 2018, 07:24:00 pm

Title: Resolve POST request fails while adding the sub-domain
Post by: vyshakhv on March 24, 2018, 07:24:00 pm
While adding sub-domain, I'm facing issue with POST request. I tried adding sub-domain and the server is not accepting the POST request.
     
Solution -

1. Login to Plesk and Go to
Code: [Select]
Tools & Settings > Web Application Firewall > Settings.

2. Select ModSecurity mode to 'Fast'.

3. Open 'modsecurity.conf' file:
Code: [Select]
C:\Program Files\ModSecurity IIS

4. Set the below option
Code: [Select]
SecRequestBodyAccess Off

5. Restart IIS.