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
is there a way to switch the response data and response code on every request?
I have ui test which should return a 401 status code in the first two requests and in the third request it should return a 200 response. Is there a way to get this working?
The text was updated successfully, but these errors were encountered:
@patricks yes, but not with Ambassador's build-in response classes. I think that's a legit requirement, will think about it for the future version. But in the mean time, you can use lower level Embassy SWSGI application
Hi,
is there a way to switch the response data and response code on every request?
I have ui test which should return a 401 status code in the first two requests and in the third request it should return a 200 response. Is there a way to get this working?
The text was updated successfully, but these errors were encountered: