Hello
In the macro framework, is there a way I can register to the HttpClientResult response after I send an HTTP get request?
In putty, affter sending a xcommand HttpClient get, I get this:
*r HttpClientGetResult Body: example
I would like to get that same feedbback in the macro framework so that I can parse the response.
Thank you