Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Resolve POST request fails while adding the sub-domain  (Read 3486 times)

0 Members and 1 Guest are viewing this topic.

vyshakhv

  • Newbie
  • *
  • Posts: 28
  • Karma: +0/-0
Resolve POST request fails while adding the sub-domain
« 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.