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

Alter content even in proxy mode #67

Closed
tkohegyi opened this issue Dec 16, 2015 · 1 comment
Closed

Alter content even in proxy mode #67

tkohegyi opened this issue Dec 16, 2015 · 1 comment
Assignees

Comments

@tkohegyi
Copy link
Contributor

Wilma can act as proxy for messages, and in the same time, as stub. It would be good to alter the headers and the body in both request and responses, even when Wilma acts as proxy.
Could be used for several purpose (even for data obfuscation/protection).

Partially works already, as the request header can be altered already even in proxy mode.

@tkohegyi tkohegyi self-assigned this Dec 19, 2015
tkohegyi added a commit that referenced this issue Dec 23, 2015
…n), when the message is going though the proxy, it is possible to update the request body by using interceptors.

Proxy is updated (experimental mode) to V1.4. By using this version we expect that changing the proxy response body by using interceptors become possible.
tkohegyi added a commit that referenced this issue Dec 24, 2015
…change in proxy, so need extended test (also test in production) to ensure that everything still works well.
tkohegyi added a commit that referenced this issue Dec 25, 2015
…ponse or not (this makes non-volatile response mode much faster than volatile mode) - see #67
tkohegyi added a commit that referenced this issue Dec 30, 2015
…ponse was added + minor unit test improvements
tkohegyi added a commit that referenced this issue Jan 1, 2016
tkohegyi added a commit that referenced this issue Jan 5, 2016
…base - requires new proxy jar release, and further updates in Wilma to use this possibility really.
tkohegyi added a commit that referenced this issue Jan 6, 2016
…the flexibility of the response volatility
tkohegyi added a commit that referenced this issue Jan 7, 2016
- use latest proxy
- properly add/change/remove request and response headers

If everything works well, Wilma is a full functioning Service virtualization tool, that not just can act as proxy and stub, but has a brand new feature: real-time (request/response) message substitution!
@tkohegyi
Copy link
Contributor Author

Will be published in Release V1.4

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

1 participant