Maximilian Hils

Results 341 comments of Maximilian Hils

See https://mitmproxy.org/posts/releases/mitmproxy10/ for the current state. On Wed, Dec 13, 2023, 00:44 ShellCode ***@***.***> wrote: > IIRC it is not supported. This PR adds some useful primitives to allow >...

Relevant here: https://github.com/fedosgad/mirror_proxy

> ``` > DevTools failed to load source map: Could not load content for http://127.0.0.1:8081/static/app.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE > DevTools failed to load source map: Could not...

@dsphper: This is not under development, and a PR would be greatly appreciated! 😃

Could you clarify please why/under what circumstances you need to set PYTHONUTF8? :) On Wed, Oct 11, 2023, 17:56 tss008 ***@***.***> wrote: > It was a breaking change. Removing "strutils.bytes_to_escaped_str(data,...

Some excellent news: The [NLnet Foundation](https://nlnet.nl/) is sponsoring the development of HTTP/3 for mitmproxy. We aim to have a first experimental release out very shortly! 😃

https://mitmproxy.org/posts/releases/mitmproxy10/

Sorry for not getting back to you here - somehow lost track of this. Support for "Delete" has been added in https://github.com/mitmproxy/mitmproxy/pull/5896/files. I'm still 👎 on adding Backspace by default....

Our core I/O happens in https://github.com/mitmproxy/mitmproxy/blob/main/mitmproxy/proxy/server.py. It probably makes sense to add it there. Alternatively we could consider a custom layer, but it's more tricky to add back pressure there.