Forum Discussion
quangtran
Jan 31, 2023Cirrus
Basic findstr question
Hello everyone, I have a request like this: { "Data": "eyJVc2VyTmFtZSI6ImVjdXN0" } I want to get the data snippet: eyJVc2VyTmFtZSI6ImVjdXN0 , i use findstr code like this: set data [findstr ...
- Jan 31, 2023
Here is the findstr document:
https://clouddocs.f5.com/api/irules/findstr.html
you probably need something like this:
set data [findstr [HTTP::payload] "Data" 9 \" ]
mihaic
Jan 31, 2023MVP
Here is the findstr document:
https://clouddocs.f5.com/api/irules/findstr.html
you probably need something like this:
set data [findstr [HTTP::payload] "Data" 9 \" ]
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