Ever wanted to have a more dynamic or explanatory response page? The default response pages are pretty good, but sometimes you want to add that little bit extra.
So how do you go about spicing up these response pages?
Community member
@rufusleonard was on the right track using custom response pages !
You can provide a custom HTML message that is downloaded and displayed. Each virtual system can have its own custom response pages. There are different types of custom response pages and all of them can be found under Device > Response Pages as illustrated below:
Response Pages
Block pages are only relevant to user browsers. Application block pages only appear when the application is browser-based.
As rufusleonard already pointed out in his post, the system already provides variables to be used within block pages for substitution at the time of the block event. Some variables, like <user/>, can be used with all block pages. Others, like <pan_form/>, can only be used with certain Block Page types. Here's a list of variables you can use:
<user/> |
Username (if available) or IP address of the user |
<url/> |
- Requested URL
- Destination IP address for SSL Decryption
|
<category/> |
URL filtering category of the blocked request |
<appname/> |
Application type of the blocked request |
<pan_form/> |
applicable HTML code for page type function - differs depending on the custom block page is used.
URL FIltering Continue and Override Page returns a continue button.
Captive Portal Comfort Page returns a user login.
|
<fname/> |
filename. |
<rulename/> |
The name of the policy/rule that triggered the event |
<certname/> |
The name of the certificate used for SSL decryption.
Other cert variables include: <issuer/>, <status/>, <reason/>, <badcert/>.
|
<cookie/> |
Used in a file blocking continue page and will save a cookie and reload the page to download the file when continue is clicked. |
<threatname/> |
The name of the threat that triggered the event |
You can even modify response pages from XML-AP :
As you can see, there are plenty of options to be creative!
Don't settle for default and start creating your custom response pages today!
Cheers!
-Kiwi.