Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Reverse Proxy Functionality with Custom Responses for FlexibleMockServer #19

Open
S-mishina opened this issue Jun 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@S-mishina
Copy link
Owner

S-mishina commented 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.

@S-mishina S-mishina added the enhancement New feature or request label Jun 8, 2024
@S-mishina S-mishina changed the title Add Reverse Proxy Functionality to flexiblemockserver Implement Reverse Proxy Functionality with Custom Responses for FlexibleMockServer Jun 8, 2024
@S-mishina
Copy link
Owner Author

[MEMO]
In this case, the A Service should obtain the results of the B Service as they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant