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
Really, I'd like to see it return all of the headers and cookies too and be able to setup services / scenarios that let me copy these values from the service history, but all I'm suggesting be fixed in the short term is that the http status code of the proxied service be passed to client instead of always returning 200 OK.
Proposed fix in com.mockey.server.ResponseServlet (line 115) add line:
Really, I'd like to see it return all of the headers and cookies too and be able to setup services / scenarios that let me copy these values from the service history, but all I'm suggesting be fixed in the short term is that the http status code of the proxied service be passed to client instead of always returning 200 OK.
Proposed fix in com.mockey.server.ResponseServlet (line 115) add line:
resp.setStatus(response.getStatusLine().getStatusCode());
else branch now reads:
thanks.
The text was updated successfully, but these errors were encountered: