jeudi 9 mai 2019

Load testing tool has "redirect" http request

I am testing the load for my application. It is an application writing by Go. But in my application, It need to redirect between containers (leader and follower mechanism) using HTTP status code 3xx (http.Redirect(abc, xyz, url, 307))

For curl, I can use -L option.

I want to find a load testing tool (like apache benchmark) but it will have the redirect option which the same with -L option in curl.

Someone can help me. Thank you!

Aucun commentaire:

Enregistrer un commentaire