glorp icon indicating copy to clipboard operation
glorp copied to clipboard

A CLI-based HTTP intercept and replay proxy

Results 7 glorp issues
Sort by recently updated
recently updated
newest added

Glorp does not support HTTP2. There is some support for HTTP2 in Martian now, so this should be a case of writing an additional proxy module and figuring out how...

GLORP should be able to be configured to use an upstream proxy, as well as a socks5 proxy.

setup to listen on multiple ports at a time with mulitple ips

enhancement

With `Accept-Encoding: gzip `header: ![gzip](https://i.imgur.com/BEAQCDu.png) I need to remove the Accept-Encoding: gzip header to see a normal response: ![gzip2](https://i.imgur.com/TyACNEj.png) It would be great if you could get the response in...

enhancement

External editor does not autoupdate on MacOS when saving the generated tmp file. Likely due to fsnotify watching the file, solution may be to watch the tmp directory and monitor...

A configurable file for regular autosaving in the save/load screen would help long-running glorp usage and exiting without saving by accident.

enhancement

net/http implements transparent header canonicalization when reading to / writing from the `headers` object. Meaning if a server sends `x-some-header`, martian (and net/http) will transparently change that to `X-Some-Header`. This...