Link11 WAAP
v2.12
v2.12
  • Link11 WAAP v2.12 Portal
  • Introduction
  • Getting Started
  • Setup Checklists
  • Marketplace onboarding
  • Console UI Walkthrough
    • Traffic
      • Traffic Concepts
      • Dashboard
      • View Log
    • Security
      • Security Section Concepts
      • Static Rules
      • Dynamic Rules
      • Quarantined
      • Profiles
        • Profile Concepts
        • Profiles
        • ACL Policies
        • WAF/IPS Policies
        • Custom Signature
      • Args Analysis
    • Settings
      • Web Proxy
        • General Settings
        • Application Profiles
        • Security Profiles
      • SSL Management
      • DNS
      • Planet Overview
      • Account
  • Using the product
    • Best Practices
      • Saving and Publishing Your Changes
      • Enabling Passive Challenges
      • Using the Reblaze Query Box
      • Understanding and Diagnosing Traffic Issues
    • How Do I...
      • Ban, Unban, and Whitelist Traffic Sources
      • Bypass Rate Limits for Loadtesting
      • Control Caching Behavior
      • Filter by Content
      • Quickly Block an Attacker
      • Secure Traffic from a Third-Party Page
      • Set Rate Limits
      • Set up SIEM/SOC integration
      • Video Tutorials
        • DNS Training
        • SSL Training
    • API
      • Reblaze REST API
      • Mobile SDK
  • Reference Information
    • Access log-structure
    • Acronyms
    • Deployment Terminology
    • Hostile Bot Detection / RCSI
      • Environmental detection and browser verification
      • Client authentication
      • Biometric behavioral verification
    • HTTP Response Codes
    • Pattern Matching Syntax
    • Signatures
    • TTL Expression Syntax
  • Support
Powered by GitBook
On this page
  • Overview
  • Purge Cache

Was this helpful?

Export as PDF
  1. Console UI Walkthrough
  2. Settings
  3. Web Proxy

Application Profiles

Settings for security behaviors

PreviousGeneral SettingsNextSecurity Profiles

Last updated 5 years ago

Was this helpful?

Overview

The Application Profiles tab allows you to set appropriate security behaviors for your web applications.

Before configuring, ensure that the correct site is selected via the dropdown list at the upper right.

To add an entry to the list, click on the "+" button. To delete an entry, click on the "Remove" link next to its name.

As shown in the above screenshot, the default (“/”) profile will always be present. It applies to the entire site, except for those parts of the site that have specific profiles assigned to them.

Here are the fields for each Application Profile.

Field Name

Description

Label

The name you have assigned to this particular entry. In the example screenshot, the labels are “Static Content” , “Default,” and “JS CSS".

Pattern

Protect

When enabled, this tells Reblaze to inspect all requests for the specified destination. This should always be enabled, unless there is a specific reason not to do so.

WebSocket

Enables support for the WebSocket protocol for this resource.

Cache Mode

Client TTL

CDN TTL

Purge Content

Purges the cache and removes its content. See explanation below.

Purge Cache

If you'd like to clear cache on one of your websites on the platform, you can click the "Purge" button. Usually, the action takes around 5 minutes.

The list of extensions to which this profile will be applied, expressed as PCRE (Perl Compatible Regular Expressions). An explanation and some examples are here: .

Defines Reblaze’s cache behavior for the resources specified in this profile. Modes are explained here: .

Custom expiration time for the Client Side cache, in . (Entries will show as strikethroughs when the Cache Mode is set to an option where the TTL values are ignored.)

Custom expiration time for the CDN Side cache, in . (Entries will show as strikethroughs when the Cache Mode is set to an option where the TTL values are ignored.)

Pattern Matching Syntax
Controlling Caching Behavior
TTL Expression Syntax
TTL Expression Syntax
Application Profiles View