Multiple protocols in one scenario

Hi there,
yesterday it was explained how to use multiple protocols with multiple scenarios in one simulation. Now the question arises, how to use multiple protocols in one scenario, i.e. access at first API A with protocol A’ and if it was successful, access afterwards API B with protocol B’.

Thanks in advance

–Ulrich

Hi,

Can you explain a bit more your use case ?

Cheers,

Pierre

Hi Pierre,
the application we want to stress uses in parallel 3 REST-Apis/per user with different URLs. Therefore, I see no other solution as to specify the protocol in the scenario itself.

Cheers.
Ulrich

I think that the simplest way would be to not resort to baseUrl and specific protocols at all and to specify the full URL on each request.

http("...").get("http://myurl")...

Cheers,

Pierre

Thanks,
sometimes one doesn’t see the forest for the trees