András Veres-Szentkirályi

Results 54 comments of András Veres-Szentkirályi

I haven't really used this with proxy, maybe that's the reason why I haven't seen this yet. :)

Could you send an example? Right-click the original request in the `Proxy` > `HTTP History` tab, select `Save item` and make sure to have `[x] Base64-encode requests and responses` checked...

So what should be the desirable behavior? - No authorization header: add OAuth header? - Authorization/OAuth header: replace with OAuth header? - Authroization/Basic header: do nothing? You see the library...

> **Disclaimer:** I'm not the maintainer or author of the project This is called [Type Inference for Generic Instance Creation](https://docs.oracle.com/javase/7/docs/technotes/guides/language/type-inference-generic-instance-creation.html) or informally _diamond_ operator. (`` looks like a diamond, doesn't...

That's a great idea, methods [`getInferredMimeType()`](https://portswigger.net/burp/extender/api/burp/IResponseInfo.html#getInferredMimeType()) and [`getStatedMimeType()`](https://portswigger.net/burp/extender/api/burp/IResponseInfo.html#getStatedMimeType()) of the class [`IResponseInfo`](https://portswigger.net/burp/extender/api/burp/IResponseInfo.html) could be used for getting the MIME type of the response. Sometimes these JS monsters are generated dynamically,...

> I'd prefer to see the confidence rating bumped down by one (e.g. Firm -> Tentative) rather than having the rule be completely skipped. I just had the same thought...

I think you fixed this in e72368de (#49). If you agree, you can close this one.

Which programming language has a shortage of HTTP parsers yet supports YAML/JSON/XML? Also, these three are text-based, while HTTP can contain arbitrary binary content, so at least these formats would...

> I'm not familiar with java to make a pr Then good news: it's not Java, it's Kotlin ;)