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
| Condition | Definition | Example |
|---|---|---|
| Request Path | Requested path or URI | /index.html |
| IP Address | Requestor’s IP address or CIDR range | 10.10.30.1 or 10.10.30.0/24 |
| HTTP Method | Request method verb | GET or POST etc. |
| HTTP Header | Request headers | Accept-encoding |
Actions
Redirect
Rewrite Path
Header
Basic Authentication
Code Injection

Last updated on