• Resolved generosus

    (@generosus)


    Good Day,

    What type of page (i.e., design) is served when a URL is blocked by your plugin?

    For example, when we test your plugin per your plugin’s instructions we get a block page generated by Cloudflare as shown below.

    Thank you!

    Block Page Generated by Cloudflare

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

    (@specialk)

    It’s just whatever the server responds with, based on its configuration. There is no “BBQ response page” or whatever, but rather simple sending of headers via PHP:

    HTTP/1.1 403 Forbidden
    Status: 403 Forbidden
    Connection: Close

    That is what the plugin sends each blocked request by default. You can examine the code on line 138 in the main plugin file. I hope this helps, let me know if I can provide any further infos.

    Thread Starter generosus

    (@generosus)

    Awesome. Thank you, Jeff!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What Type of Page is Served?’ is closed to new replies.