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
Currently, it only functions as a single API mock server.
change state
If the communication path is as follows:
Client -> A service -> B service
In my use case, I want the A service (flexiblemockserver) to forward the request to the B service and return a constant response to the client. This allows me to test scenarios such as Istio timeouts and retry functions.
The text was updated successfully, but these errors were encountered:
S-mishina
changed the title
Add Reverse Proxy Functionality to flexiblemockserver
Implement Reverse Proxy Functionality with Custom Responses for FlexibleMockServer
Jun 8, 2024
existing state
Currently, it only functions as a single API mock server.
change state
If the communication path is as follows:
Client -> A service -> B service
In my use case, I want the A service (flexiblemockserver) to forward the request to the B service and return a constant response to the client. This allows me to test scenarios such as Istio timeouts and retry functions.
The text was updated successfully, but these errors were encountered: