sajmethod
Jul 11, 2023Altostratus
Hi I am looking for some help with an irule that can call out to an api
I been pulled into a project that is replacing a mobile app. For the project they need f5 to do the following : listen for a http request on a vs and extract the bearer token fro that request...
- Jul 12, 2023
irules is not good at parsing JSON key value in HTTP Payload, Initiating HTTPS connections on irules' sideband is also cumbersome
I suggest you use irules and cooperate with iRulesLX to initiate a sideband https connection using node.js,Node.js can use its built-in JSON library to handle JSON, which is very advantageous