You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
The codes of locustfile.py which simulates the login method to sock-shop seems not work with locust return:
And I checked the
client.jsfile of sock-shop, the corresponding part of login codes is:which means the operation of locust is correct, but why does it not work?
Besides, I have already change the "username: password" str to base64 bytes