Open
Bug 1821741
Opened 2 years ago
Updated 1 year ago
Uplift enhancements to mitmproxy ServerPlayback addon as optional features
Categories
(Testing :: Performance, task, P3)
Testing
Performance
Tracking
(Not tracked)
NEW
People
(Reporter: davehunt, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
We currently override the default ServerPlayback addon from mitmproxy to provide custom features for our testing.
This allows us to return 404 response for requests not in the recording (rather than killing these requests) and to reverse the order of the responses (allowing us to playback the latest state of a URL, so we can post login scenarios).
We have discussed uplifting these changes to the official mitmproxy project, and the maintainers have expressed that they are happy for these to be optional features of the tool.
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
We have opened https://github.com/mitmproxy/mitmproxy/issues/3489 in the past for the 404/kill request option.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•