The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

failed to coerce [Lburp.IHttpRequestResponse; to burp.IHttpRequestResponse

HAHWUL | Last updated: Aug 01, 2018 06:24AM UTC

Hi everyone. I writing burp extender code using Jruby. and... come in error :( Plz help me... [ Error ] failed to coerce [Lburp.IHttpRequestResponse; to burp.IHttpRequestResponse [ Code line ] def createMenuItems(invocation) .... requestResponse = invocation.getSelectedMessages .... Blahblah~~ @callbacks.saveBuffersToTempFiles(requestResponse) # I think, error in this line end [ Question ] - invocation on createMenuItems(IContextMenu) is Java Object? - How to casting Java object to Ruby object? - Um.. Just save me.

Burp User | Last updated: Aug 01, 2018 08:35AM UTC