layer7 api gateway url spaces fails route assertion
book
Article ID: 374432
calendar_today
Updated On: 09-05-2024
Products
CA API Gateway
Issue/Introduction
There is a URL with spaces and its failing to route.
https://www.example.com/some routing url
Environment
CA API Gateway 10.x / 11.x
Resolution
If you URL Encode or replace spaces with %20 with a regex assertion or similar, the routing will succeed.
Feedback
thumb_up
Yes
thumb_down
No