Talk to Sales
Deployment guides and API references

Configure delivery in minutes with clear controls

Use the dashboard or API to add domains, protect origins, define cache behavior, and inspect live traffic.

DNS

1. Add a property

Create a property, add your domain, and point a CNAME to the assigned WWCDN edge hostname.

  • Automatic certificate validation
  • IPv4 and IPv6 edge routes
  • Zero-downtime origin cutover
CFG

2. Set cache rules

Apply route-level TTL, bypass rules, header normalization, compression, and origin shield behavior.

  • Static asset profiles
  • API response policies
  • Signed URL protection
SEC

3. Enable security

Turn on managed WAF, bot controls, token authentication, and request-rate policies.

  • OWASP managed rules
  • Country and ASN filters
  • Audit log export

API example

curl -X POST https://api.wwcdn.top/v1/properties \
  -H "Authorization: Bearer $WWCDN_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "hostname": "assets.example.com",
    "origin": "https://origin.example.com",
    "cache_ttl": 3600,
    "origin_shield": "ams-1"
  }'