This is my first website in the Laravel framework. The website is running fine without the firewall. But whenever the firewall is enabled, the site is giving 502 or 504 server errors and thus the site is not loading.
As per the hosting company's opinion, the website is blocking the WAF because of laravel's security features. The WAF is always checking the connection to the site and server to make sure the site is still up. So, the site security detects this as unwanted traffic after a while and probably blocks the WAF, thus getting a site error.
So what changes do I need to make on the website to resolve this issue?
@devuser23 Ok so that is installed locally on the server as a service I suppose. Can the host say what features they want you to change? Sounds a bit like they are asking you to rewrite laravel from scratch to make it work. What are you needing it for ? To block ddos attacks or ?
@Sinnbeck When Sucuri firewall is not enabled, site is working fine but when Sucuri firewall is enabled, site is not loading at all and giving 5xx server error, and GoDaddy is saying to make changes in programming to make this working... So i just want to know what changes do i need to make in programming or do i need to install any additional package on GoDaddy server to allow site to work under Sucuri firewall