Problem: double slashes in a request can cause the request not to resolve
Any request that contains a two (or more) consecutive slashes can result in a 404 error. For
example /hello//world/. The problem in this example is the "//" between
hello and world.
Solution: filter for double slashes
Apply a configuration to your Istio ingress to filter for double slashes in requests and
replace them.
Create a new configuration file named apigee-merge-slash-filter.yaml.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[],[]]