How It Works
Getting Started
To use our URL transformation service, you'll need to follow these steps:
1. Update Your DNS
Point your domain or subdomain to our proxy service by updating your DNS records:
CNAME record: proxy.okflare.com
2. Configure Your Origin
Set up your origin server details in the dashboard. This is where your original URLs are hosted.
3. Set Up Transformation Rules
Create URL transformation rules in your dashboard. Here's an example configuration:
{
"targetUrl": "https://api.example.com",
"transformRules": [
{
"sourcePattern": "^/api/v1/users/([0-9]+)/posts/([0-9]+)",
"targetPattern": "/v2/posts/$2/user/$1",
"priority": 1
}
],
"enabled": true
}
Technical Details
- • All requests are processed at the edge using Cloudflare Workers
- • Automatic SSL/TLS encryption for all traffic
- • Real-time URL transformation with minimal latency
- • Built-in caching and optimization