Forum Discussion
DL-IT-Load-Bala
Nimbostratus
Sep 01, 2018can we capture specific URI value from uri path
Hi
set captured_value [getfield [HTTP::uri] "/" 4]
In above syntax instead of "/" 4, can we capture specific URI value from path like
https://www.abc.com/114/valueA=100/valueB=200
Can we ...
Andy_McGrath
Cumulonimbus
Sep 01, 2018As long as those are path and not query values and always in the same location as your example the following will get the data values from within the path:
set valueA [getfield [getfield [HTTP::path] "/" 3] "=" 2]
set valueB [getfield [getfield [HTTP::path] "/" 4] "=" 2]
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects