loadtest
loadtest copied to clipboard
loadtest not passing the body inside payload
trying to run loadtest on a test environment but i dont see the body part arriving to destination.
results <- loadtest(
url = "http://fcvai1.free.beeceptor.com/micirugia/tiempos"
,method = "POST"
,headers = c('Content-Type' = 'application/json'
)
,body = list(idatencion = "12345"
,idtiempo = "1"
,valtiempo = "2023-01-24 21:53:07.090327"
,deviceid = "amzn1.ask.device.test.HIC"
)
,encode = "json",
,threads = 1
,loops = 1)