Skip to content

loadtest not passing the body inside payload #20

Description

@andresmorago

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)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions