Barak Tawily
Barak Tawily
Thanks for reporting this. It is working properly on  but not on  Seems like we need to add `IHttpService` to the request on this line: https://github.com/Quitten/Autorize/blob/c9bc4f2f81aa256ad664b67ac75497bbcdb7fb14/gui/table.py#L200C34-L200C34 I dont...
@ksg97031 - I was able to reproduce it on v2023.10.1.2
Hey @M-Davies, thanks for your feedback. The only way to get the proxy listener interface is via [`getListenerInterface`](https://github.com/PortSwigger/burp-extender-api/blob/8190726fa69447ab0c82eac536006c2b258a30e4/src/main/java/burp/IInterceptedProxyMessage.java#L106) There is no an easy way to make request bypass interception and...
@vitorfhc - Thank you for the heads up. I don't have time to implement this at the moment, but I would like to share my thoughts on how should it...