terrylinooo / shieldon

Web Application Firewall (WAF) for PHP.
https://shieldon.io
MIT License
838 stars 96 forks source link

IP Blocked problem | Access Denied #23

Closed iamtortue001101 closed 4 years ago

iamtortue001101 commented 4 years ago

Hello!

I made a wrong setting and it remained that way. Screenshot_3

I use codeigniter as the PHP library. Although I installed it from scratch, this problem does not improve. I connect from a different network, but it's still the same.

terrylinooo commented 4 years ago
  1. Try to disable Header component. This problem may happen when your request header to that page doesn't contain Accept header information because of browser's cache.

  2. Turn of strict mode in components.

I will add a message code in that page to point out the reason of blocking. Thanks for your reporting.

iamtortue001101 commented 4 years ago
  1. Try to disable Header component. This problem may happen when your request header to that page doesn't contain Accept header information because of browser's cache.
  2. Turn of strict mode in components.

I will add a message code in that page to point out the reason of blocking. Thanks for your reporting.

Unfortunately, it didn't work. I also cleared browser cookies.

Screenshot_4

iamtortue001101 commented 4 years ago

It worked when I changed this place. Where can I find this file?

image

iamtortue001101 commented 4 years ago

I think I found the problem. When I turn this on, it blocks all IP addresses.

image

Anfal95 commented 2 years ago

I have the same problem, I have turned off the strict mode but it didn't work