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

Add proxy support for the soap & graphql controllers #1134

Closed
Afanas10101111 opened this issue Apr 14, 2024 · 1 comment
Closed

Add proxy support for the soap & graphql controllers #1134

Afanas10101111 opened this issue Apr 14, 2024 · 1 comment

Comments

@Afanas10101111
Copy link
Contributor

Afanas10101111 commented Apr 14, 2024

Reason/Context

Sometimes it may be useful to forward Microcks' client to a real endpoint, so that we can implement some logic when we need a mock and when a real call. With such feature we don't have to change the url on the client's side if we want both (mock or real) behaviors.

Description

We need to reuse the logic of this enhancement for the Soap & GraphQL controllers.

Implementation ideas

Soap & GraphQL

@lbroudoux lbroudoux added this to the 1.9.1 milestone Apr 15, 2024
@Afanas10101111 Afanas10101111 changed the title Add proxy support for the soap controller Add proxy support for the soap & graphql controllers Apr 21, 2024
@lbroudoux lbroudoux self-assigned this Apr 24, 2024
lbroudoux added a commit that referenced this issue Apr 24, 2024
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
@lbroudoux
Copy link
Member

Thanks a lot for the great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants