Problema: le doppie barre in una richiesta possono causare la mancata risoluzione della richiesta
Qualsiasi richiesta contenente due (o più) barre consecutive può generare un errore 404. Ad esempio /hello//world/. Il problema in questo esempio è il valore "//" tra hello e world.
Soluzione: filtra per barre doppie
Applica una configurazione all'ingress Istio per filtrare le richieste contenenti barre doppie e sostituirle.
Crea un nuovo file di configurazione denominato apigee-merge-slash-filter.yaml.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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`."]]],[]]