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

setHTTPService API method appears broken

amarionette | Last updated: Jul 26, 2021 04:24AM UTC

Hello, I have successfully created an HTTP request as such: httpService = self._helpers.buildHttpService("google.com", 80, False) requestResponse = self._callbacks.makeHttpRequest(httpService, message) When attempting to update its service like so, the extension fails silently on the setHttpService line: httpService = self._helpers.buildHttpService("newsite.com", 80, False) requestResponse.setHttpService(httpService)

Uthman, PortSwigger Agent | Last updated: Jul 26, 2021 11:54AM UTC