Forum Discussion
quangtran
Dec 21, 2022Cirrus
use irule to digitally sign
Hello everyone, I have a request like this: { "Data": "eyJVc2VyTmFtZSI6ImVjdXN0b21zIiwiUGdCJ9" } Here is the body when calling on F5. Add Sign to call the server as follows: { "Data": ...
quangtran
Cirrus
my data was base64 encoded before sending, thanks for your suggestion.
can i extract the data with this command:
when HTTP_REQUEST_DATA {
set temp(data) [findstr [HTTP::payload] "\"\Data\"\: 9 \"\ "]
Kai_Wilke
Dec 23, 2022MVP
The output of the CRYPTO::encrypt command is binary data and should be encoded before inserted in Json. Otherwise it may crash an ordinary Json parser on every N request...
Cheers, Kai
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