Bidang pencocokan menentukan atribut permintaan yang dievaluasi oleh ESA dalam ekspresi aturan. Gunakan bidang ini untuk menargetkan atribut HTTP, IP, atau TLS tertentu dalam permintaan.
Kategori bidang
ESA mendukung tiga jenis bidang pencocokan:
Bidang standar: Atribut dari protokol standar (HTTP, IP, TLS) dalam permintaan klien, seperti hostname dan header permintaan.
Bidang diperluas: Nilai turunan yang dihitung oleh ESA dari permintaan klien, seperti Sidik jari JA3 dan hasil verifikasi JavaScript.
Bidang asli: Nilai properti yang tidak dimodifikasi dari permintaan klien dan dipertahankan oleh ESA di seluruh modul fungsi.
Bidang standar
Bidang standar merepresentasikan atribut HTTP dan IP dari permintaan klien.
http.cookie
Header Cookie dalam permintaan HTTP.
Nama bidang | Cookie |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
http.host
Hostname dalam permintaan HTTP.
Nama bidang | Hostname |
Tipe | String |
Case-sensitive | Tidak |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.referer
Header Referer dalam permintaan HTTP.
Nama bidang | Referer |
Tipe | String |
Case-sensitive | Tidak |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.body.form
Badan permintaan dalam format form ketika header Content-Type bernilai application/x-www-form-urlencoded, direpresentasikan sebagai Map (associative array).
Nama bidang | Body Query String |
Tipe |
|
Contoh |
|
Batasan penggunaan |
http.request.body.mime
Jenis MIME yang terdeteksi dalam badan permintaan HTTP. Mendukung jenis MIME umum untuk konten video, audio, gambar, aplikasi, dan teks.
Nama bidang | MIME Type |
Tipe | String |
Contoh |
|
Batasan penggunaan |
http.request.cookies
Header Cookie dalam permintaan HTTP, direpresentasikan sebagai map (associative array).
Nama bidang | Cookie Value |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
http.request.full_uri
URI lengkap dari permintaan HTTP, termasuk protokol, hostname, path, dan query string.
Nama bidang | Full URI |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.headers
Semua header dalam permintaan HTTP, direpresentasikan sebagai map (associative array). Nama header (kunci) dinormalisasi menjadi huruf kecil.
Nama bidang | Header |
Tipe | Object |
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.method
Metode permintaan HTTP.
Nama bidang | Request Method |
Tipe | String |
Contoh |
|
Batasan penggunaan |
http.request.timestamp.sec
Stempel waktu UNIX (dalam detik) saat POP ESA menerima permintaan HTTP.
Nama bidang | Request Timestamp |
Tipe | Integer |
Contoh |
|
Batasan penggunaan |
http.request.uri
URI dari permintaan HTTP, termasuk path dan query string.
Nama bidang | URI |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.uri.args
Query string dalam URI permintaan HTTP, direpresentasikan sebagai map (associative array).
Nama bidang | URI Query String Parameter |
Tipe |
|
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan |
Nilai null hanya diizinkan dengan operator pencocokan berikut: sama dengan, tidak sama dengan, mengandung, atau cocok dengan regex.
http.request.uri.path
Komponen path dari URI permintaan HTTP.
Nama bidang | URI Path |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.uri.path.extension
Ekstensi file dalam path URI permintaan HTTP.
Nama bidang | File Name Extension |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Batasan penggunaan |
URI Path | Nilai bidang |
/cat | "" |
/cat.jpg | "jpg" |
/.jpg | "" |
/.cat.jpg | "jpg" |
/cat.jpg.tar | "tar" |
/cat. | "" |
/cat.JPG | "JPG" |
http.request.uri.path.file_name
Nama file (tanpa ekstensi) dalam path URI permintaan HTTP.
Nama bidang | File Name |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Batasan penggunaan |
Path URI | Nilai bidang |
/cat | "cat" |
/cat.jpg | "cat" |
/.jpg | "" |
/.cat.jpg | ".cat" |
/cat.jpg.tar | "cat.jpg" |
/cat. | "cat" |
/CAT.jpg | "CAT" |
http.request.uri.path.full_file_name
Nama file lengkap (termasuk ekstensi) dalam path URI permintaan HTTP.
Nama bidang | Full File Name |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.uri.query
Query string dari URI permintaan HTTP.
Nama bidang | URI Query String |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
http.request.version
Versi protokol HTTP dari permintaan.
Nama bidang | HTTP Version |
Tipe | String |
Contoh |
|
Batasan penggunaan |
http.response.headers
Header respons dari server origin, direpresentasikan sebagai map (associative array). Nama header (kunci) dinormalisasi menjadi huruf kecil.
Nama bidang | HTTP response headers |
Tipe |
|
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan | Saat ini hanya didukung oleh fitur Modify Inbound Response Headers. |
http.response.code
Kode status HTTP dari respons server origin.
Nama bidang | HTTP response status code |
Tipe |
|
Case-sensitive | Tidak |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan | Saat ini hanya didukung oleh fitur Modify Inbound Response Headers. |
http.user_agent
Header User-Agent dalam permintaan HTTP.
Nama bidang | User Agent |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan |
http.x_forwarded_for
Header X-Forwarded-For dalam permintaan HTTP.
Nama bidang | X-Forwarded-For |
Tipe | String |
Case-sensitive | Ya |
Nilai pencocokan kosong | Diizinkan |
Contoh |
|
Batasan penggunaan |
ip.geoip.asnum
Autonomous System Number (ASN) yang terkait dengan alamat IP sumber. Ketika alamat IP tidak dapat diidentifikasi, nilai default 0 digunakan. Untuk informasi lebih lanjut, lihat Apa itu ASN?
Nama bidang | ASN |
Tipe | Integer |
Contoh |
|
Batasan penggunaan |
ip.geoip.continent
Benua yang terkait dengan alamat IP sumber. Menggunakan nilai default XX ketika benua tidak dapat diidentifikasi.
Nama bidang | Continent |
Tipe | String |
Contoh |
|
Batasan penggunaan |
Nama benua | Kode benua |
Africa | AF |
Antarctica | AN |
Asia | AS |
Europe | EU |
North America | NA |
Oceania | OC |
South America | SA |
ip.geoip.country
Negara atau wilayah yang terkait dengan alamat IP sumber. Menggunakan nilai default XX ketika negara atau wilayah tidak dapat diidentifikasi. Untuk informasi lebih lanjut, lihat Standar ISO 3166.
Nama bidang | Country or Region |
Tipe | String |
Case-sensitive | Tidak |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
ip.src
Alamat IP yang digunakan klien untuk terhubung ke POP ESA.
Nama bidang | Client IP |
Tipe | IP address |
Case-sensitive | Tidak |
Nilai pencocokan kosong | Tidak diizinkan |
Contoh |
|
Batasan penggunaan |
ip.src.isp
Penyedia layanan internet (ISP) yang terkait dengan alamat IP sumber.
Nama bidang | ISP |
Tipe | String |
Contoh |
|
Batasan penggunaan |
Nama ISP | Kode ISP |
China Telecom | 100017 |
China Mobile | 100025 |
China Unicom | 100026 |
China Netcom | 100016 |
China Tietong | 100020 |
Great Wall Broadband | 100061 |
China Education and Research Network (CERNET) | 100027 |
China Broadcasting Network | 1000139 |
Beijing Gehua CATV Network | 100080 |
Dr.Peng Group | 1000143 |
Alibaba | 100098 |
Alibaba Cloud | 1000323 |
Tencent | 1000401 |
Baidu | 100099 |
ChinaNetCenter | 100093 |
ip.src.version
Versi protokol IP dari alamat IP sumber.
Nama bidang | IP Version |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ip.src.subdivision_1_iso_code
Kode ISO dari subdivisi administratif tingkat pertama (seperti provinsi atau negara bagian) untuk alamat IP sumber. Untuk informasi lebih lanjut, lihat Standar ISO 3166.
Nama bidang | Province |
Tipe | String |
Case-sensitive | Ya |
Contoh |
|
Batasan penggunaan |
ip.src.region_code
Kode wilayah dari wilayah load balancer yang terkait dengan alamat IP sumber.
Nama bidang | Load Balancer Region |
Tipe | String |
Case-sensitive | Ya |
Contoh |
|
Batasan penggunaan |
Nama wilayah | Kode wilayah |
Eastern Europe | EEU |
Western Europe | WEU |
North America | NAM |
South America | SAM |
Middle East | ME |
North Africa | NAF |
South Africa | SAF |
Oceania | OC |
East Asia | EAS |
Southeast Asia | SEAS |
South Asia | SAS |
Chinese Mainland | CNM |
Bidang ini hanya didukung di load balancer.
ip.src.city
Kode kota yang terkait dengan alamat IP sumber. Menggunakan nilai default XX ketika alamat IP tidak dapat diidentifikasi.
Node ESA memiliki presisi terbatas saat mengidentifikasi geolokasi di tingkat kota. Jangan gunakan bidang ini untuk skenario pemblokiran permintaan.
Nama bidang | City Code |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ip.src.city_name
Nama kota yang terkait dengan alamat IP sumber. Nilai default-nya adalah XX jika alamat IP tidak dapat diidentifikasi.
Nama bidang | City Name |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ip.src.lon
Garis bujur yang terkait dengan alamat IP sumber. Menggunakan nilai default XX jika alamat IP tidak dapat diidentifikasi.
Nama bidang | Longitude |
Tipe | Float |
Contoh |
|
Batasan penggunaan |
ip.src.lat
Garis lintang yang terkait dengan alamat IP sumber. Menggunakan nilai default XX jika alamat IP tidak dapat diidentifikasi.
Nama bidang | Latitude |
Tipe | Float |
Contoh |
|
Batasan penggunaan |
ip.src.postal_code
Kode pos yang terkait dengan alamat IP sumber. Menggunakan nilai default XX jika alamat IP tidak dapat diidentifikasi.
Nama bidang | Postal Code |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ip.src.timezone
Zona waktu yang terkait dengan alamat IP sumber. Menggunakan nilai default XX jika alamat IP tidak dapat diidentifikasi.
Nama bidang | Timezone |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ssl
Menunjukkan apakah permintaan menggunakan enkripsi SSL/TLS.
Nama bidang | SSL/HTTPS |
Tipe | Boolean |
Contoh |
|
Batasan penggunaan |
Bidang diperluas
Bidang diperluas menangkap atribut yang berada di luar protokol standar (IP, HTTP, TLS) dalam permintaan klien.
ali.ja3_hash
Sidik jari JA3, yaitu hash MD5 dari field Client Hello selama proses jabat tangan TLS (versi TLS, paket sandi, ekstensi, kurva eliptik, dan format titik).
Nama bidang | JA3 Fingerprint |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ali.ja4
Sidik jari JA4. JA4 memperluas JA3 dengan menggabungkan informasi jabat tangan tambahan untuk meningkatkan keunikan dan akurasi sidik jari.
Nama bidang | JA4 Fingerprint |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ali.js_detection.passed
Menunjukkan apakah klien berhasil melewati tantangan verifikasi JavaScript.
Nama bidang | JavaScript Verified |
Tipe | Boolean |
Contoh |
|
Batasan penggunaan |
ali.static_resource
Menunjukkan apakah permintaan menargetkan sumber daya statis.
Nama bidang | Static Request |
Tipe | Boolean |
Contoh |
|
Batasan penggunaan |
ali.tls_client_auth.cert_verified
Menunjukkan apakah sertifikat klien berhasil diverifikasi selama otentikasi TLS mutual (mTLS).
Nama bidang | Client Certificate Verified |
Tipe | Boolean |
Contoh |
|
Batasan penggunaan |
ali.tls_hash
Nilai hash yang diturunkan dari informasi proses jabat tangan TLS dalam permintaan.
Nama bidang | TLS Fingerprint |
Tipe | String |
Contoh |
|
Batasan penggunaan |
ali.site.name
Nama situs yang sesuai dengan domain dalam URL permintaan klien.
Nama bidang | Site Name |
Tipe | String |
Contoh |
|
Batasan penggunaan |
Bidang asli
Bidang asli mempertahankan nilai permintaan klien yang tidak dimodifikasi di seluruh modul fungsi ESA.
http.request.body.raw
Konten badan permintaan HTTP mentah.
Nama bidang | HTTP Request Body |
Tipe | String |
Contoh |
|
Batasan penggunaan |
Dukungan bidang pencocokan di berbagai fitur
Bidang pencocokan(Pilih bidang pencocokan dari daftar di bawah untuk melihat bidang yang didukung.)
Hasil kueri
Pilih baris dalam daftar "Bidang pencocokan" di atas untuk melihat bagaimana bidang tersebut didukung di setiap fitur (ditunjukkan dengan ✓/—).
ali.ja3_hash dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.ja4 dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.js_detection.passed dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.static_resource dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.tls_client_auth.cert_verified dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.tls_hash dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.cookieDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.hostdukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | ✓ |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.refererdukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.body.formDidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.body.mimedidukung oleh berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.body.rawdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.cookiesdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.full_uriDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.headersDukungan untuk berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.methoddidukung oleh berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.timestamp.sec didukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | ✓ |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.urididukung oleh berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.uri.argsdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.uri.pathdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.uri.path.extensiondidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.uri.path.file_namedidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | × |
| WAF custom rules | × |
| WAF rate limiting rules | × |
| WAF managed rules | × |
| WAF scan protection rules | × |
| WAF allowlist rules | × |
| BOT Advanced mode | × |
http.request.uri.path.full_file_nameDidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.uri.queryDukungan untuk berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.request.versiondukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.user_agentdukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
http.x_forwarded_forDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.geoip.asnumdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.geoip.continentdidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.geoip.countrydukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.srcDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.isp didukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.region_codedidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | ✓ |
| Function routing | × |
| Security rules | × |
| WAF custom rules | × |
| WAF rate limiting rules | × |
| WAF managed rules | × |
| WAF scan protection rules | × |
| WAF allowlist rules | × |
| BOT Advanced mode | × |
ip.src.subdivision_1_iso_codedukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.version dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ali.site.namedukungan untuk berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | × |
| Rewrite URL | × |
| Modify inbound request headers | × |
| Modify outbound request headers | × |
| Modify inbound response headers | × |
| Modify outbound response headers | × |
| Custom response code | × |
| Request redirect | × |
| Error code redirect | × |
| Cache rules | × |
| Network optimization rules | × |
| File compression | × |
| Image optimization | × |
| Video processing | × |
| Origin rules | × |
| Waiting room rules | × |
| Version management | × |
| Load balancer | × |
| Function routing | × |
| Security rules | × |
| WAF custom rules | × |
| WAF rate limiting rules | × |
| WAF managed rules | × |
| WAF scan protection rules | × |
| WAF allowlist rules | × |
| BOT Advanced mode | ✓ |
ip.src.citydidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.city_nameDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.lonDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.latDukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.postal_codeDidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ip.src.timezonedidukung di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |
ssl dukungan di berbagai fitur
| Fitur | Didukung |
|---|---|
| SSL/TLS rules | × |
| HTTPS rules | ✓ |
| Rewrite URL | ✓ |
| Modify inbound request headers | ✓ |
| Modify outbound request headers | ✓ |
| Modify inbound response headers | ✓ |
| Modify outbound response headers | ✓ |
| Custom response code | ✓ |
| Request redirect | ✓ |
| Error code redirect | ✓ |
| Cache rules | ✓ |
| Network optimization rules | ✓ |
| File compression | ✓ |
| Image optimization | ✓ |
| Video processing | ✓ |
| Origin rules | ✓ |
| Waiting room rules | ✓ |
| Version management | ✓ |
| Load balancer | ✓ |
| Function routing | ✓ |
| Security rules | ✓ |
| WAF custom rules | ✓ |
| WAF rate limiting rules | ✓ |
| WAF managed rules | ✓ |
| WAF scan protection rules | ✓ |
| WAF allowlist rules | ✓ |
| BOT Advanced mode | ✓ |