Burp Suite User Forum

Login to post

Cast RequestEntity to MontoyaApi HttpRequest

Jan | Last updated: Mar 02, 2023 09:43PM UTC

Hi, is there an easy way to cast org.springframework.http.HttpRequest to Montoya-API HttpRequest? Thank you

Hannah, PortSwigger Agent | Last updated: Mar 06, 2023 11:04AM UTC

Hi The Montoya HttpRequest doesn't implement Spring's HttpRequest, so you can't cast it. Instead, you will have to adapt it.

You need to Log in to post a reply. Or register here, for free.