Hello everyone,
how can I change a http body during runtime?
first I retrieve the body of a get-response
HttpTextBodyContent body = response_get.getBodyContent()
then I would like to modify this body, how can I do this?
Thanks!
Hello everyone,
how can I change a http body during runtime?
first I retrieve the body of a get-response
HttpTextBodyContent body = response_get.getBodyContent()
then I would like to modify this body, how can I do this?
Thanks!
Hi,
I found this discussion a very long time ago: Setting HTTP Body during runtime - #23 by Ibus. Please take a look and let see if it works