• Resolved vikaspandey

    (@vikaspandey)


    Hello,
    how it can be work with Geo Location with Cache enabled(W3TC,supercache,comet cache,wprocket) . we believe once cache is created after that it will not fetch any access control rules.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nintechnet

    (@nintechnet)

    It depends on your configuration:
    -If you are using rewrite rules in your .htaccess, you will serve the cached files to anyone sending a GET request. However, if someone (a hacker for instance) sent a GET request with parameters (e.g. GET index.php?action=something) or a POST request, it would get through the firewall because caching plugins don’t cache that.
    -If you are using a caching plugin at the PHP level and run NinjaFirewall in Full WAF mode, all requests will go through NinjaFirewall first.

    Thread Starter vikaspandey

    (@vikaspandey)

    Like how it works
    Cache plugin making a html files and if we enable access control with geo location then it won’t work it only work if cache is not created
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Access control with GEO location’ is closed to new replies.