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

Modifying requests and responses in flight #10

Open
kdzwinel opened this issue Nov 21, 2015 · 2 comments
Open

Modifying requests and responses in flight #10

kdzwinel opened this issue Nov 21, 2015 · 2 comments

Comments

@kdzwinel
Copy link
Owner

This is a long term goal - no ETA

I especially like the idea of giving user the power to do that programatically right from the Betwixt window. The biggest challenge here is to create an UI for this (reuse "Sources" panel in some way?).

@TACIXAT
Copy link

TACIXAT commented Nov 25, 2015

Very interested in this feature.

Reusing the network tab could work too. A queue of requests waiting for Forward / Drop. Requests can be modified before being forwarded, a small amount of code is needed to fixup headers (content-length, etc.).

I'll try to get familiar with the source code to see if I can contribute something here.

@kdzwinel
Copy link
Owner Author

@douggard you are very welcome to give it a shoot! I think that both: modifying requests by hand (e.g. when testing invalid responses) and programatically (e.g. when mocking API) can be useful.

@kdzwinel kdzwinel mentioned this issue Feb 16, 2016
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