-
Notifications
You must be signed in to change notification settings - Fork 12
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
Labels
Comments
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 25, 2015
tkohegyi
added a commit
that referenced
this issue
Dec 29, 2015
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
Dec 30, 2015
tkohegyi
added a commit
that referenced
this issue
Dec 30, 2015
tkohegyi
added a commit
that referenced
this issue
Dec 30, 2015
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
added a commit
that referenced
this issue
Jan 10, 2016
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
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.
The text was updated successfully, but these errors were encountered: