Masalah: garis miring ganda dalam permintaan dapat menyebabkan permintaan tidak di-resolve
Setiap permintaan yang berisi dua (atau lebih) garis miring berturut-turut dapat menyebabkan error 404. Misalnya
/hello//world/. Masalah dalam contoh ini adalah "//" antara
hello dan world.
Solusi: memfilter garis miring ganda
Terapkan konfigurasi ke ingress Istio untuk memfilter garis miring ganda dalam permintaan dan
menggantinya.
Buat file konfigurasi baru bernama apigee-merge-slash-filter.yaml.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-21 UTC."],[[["The current Apigee hybrid documentation version 1.3 is end of life and users should upgrade to a newer version."],["Requests containing two or more consecutive slashes (e.g., `//`) can lead to a 404 error."],["To resolve this, configure the Istio ingress to filter for and replace double slashes in requests."],["A new configuration file, `apigee-merge-slash-filter.yaml`, must be created with specific content to enable slash merging."],["The configuration file is applied using `kubectl apply -f apigee-merge-slash-filter.yaml`."]]],[]]