Skip to Content
🔨 Our docs are still a work-in-progress! Leave feedback here →
DocumentationSitesConvenience Rules

Convenience Rules

Skip2 Networks convenience rules are quick, low-friction tools for common request and response changes without needing a full custom ruleset. You can use them to inject or replace content (Code Inject), gate access with HTTP Basic Auth, route users with Redirect and Rewrite Path, and manage metadata by adding, removing, or changing headers. They are designed for fast iteration, making them useful for day-to-day site operations, migrations, and controlled rollouts.

Rule Format

Rules have a single condition and take a single action.

Conditions

ConditionDefinitionExample
Request PathRequested path or URI/index.html
IP AddressRequestor’s IP address or CIDR range10.10.30.1 or 10.10.30.0/24
HTTP MethodRequest method verbGET or POST etc.
HTTP HeaderRequest headersAccept-encoding

Actions

Redirect

Rewrite Path

Basic Authentication

Code Injection

Acceleration screen

Last updated on