Forum Discussion

SteveBy5's avatar
SteveBy5
Icon for Nimbostratus rankNimbostratus
Aug 03, 2022

URI::path returns null without trailing slash (/)

Hi, I'm trying to workout some redirects based on the first level of the URI path. set rPath [string tolower [URI::path [HTTP::uri] 1 1]] when I hit the iRule with "https://something.com/path1/"  ...