Re: [SR-Users] http_async_client - queries

2016-12-17 Thread Giacomo Vacca
Hi all, as a wrap up to this thread, since there were some private exchanges, this summarises what can be correctly used (tested with version 4.4): $var(target_url) = "http://test.com;; $http_req(method) = "PUT"; http_append_header("Content-Type: application/json"); $var(payload) = '{ "key1" :

Re: [SR-Users] http_async_client - queries

2016-12-01 Thread Giacomo Vacca
Hi Agalya, can you please provide an example of the data format you'd like to use and the related http_async parameters and request? And possibly also an example of expected final content of the HTTP request? We'll try to better understand what you want achieve. Cheers, Giacomo On 30 November