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

wrong linefeed under macOS is breaking the Accessibility APIs

G. | Last updated: Jun 03, 2022 09:19AM UTC

the linefeed under macOS should be `\n`. Burp seems to be enforcing the Windows linefeed, `\r\n`. that breaks the macOS Accessibility as it returns a length of 2 characters while `\r\n\` is actually one character. is there any way in Burp to enforce the linefeed to be the macOS standard? thanks.

Liam, PortSwigger Agent | Last updated: Jun 03, 2022 10:19AM UTC

Thanks for this report. We'll discuss this with our Burp Pro product team and get back to you.

G. | Last updated: Jun 03, 2022 05:28PM UTC

thank you Liam! i've checked through the Preferences but couldn't find anything. any help is appreciated.

Michelle, PortSwigger Agent | Last updated: Jun 06, 2022 09:16AM UTC

Are you using the Repeater tool when you're seeing this issue? If you are, then if you click on the \n icon at the top of the request window you can display the non-printable characters and delete individual non-printable characters if this would help. If that's not quite what you're looking for can you send a few screenshots to help describe your scenario to support@portswigger.net, please? We can then take a closer look at what options are available for you.

G. | Last updated: Jun 10, 2022 06:12PM UTC

hi Michelle! yes, this is what i'm talking about, and this is what i've done as a test. but that would be pretty cumbersome to remove the \r character for each line manually. there's no option anywhere in Burp to choose the encoding? is there maybe any plan to add something? thanks.

Michelle, PortSwigger Agent | Last updated: Jun 13, 2022 10:28AM UTC

Thanks for the update. The use of /r/n comes from the HTTP/1 specification rather than being related to the OS-specific delimiter. Can you tell us more about the task you're carrying out? Are you using Burp's message editor? Are you using dictation or a screen-reader?

G. | Last updated: Jun 15, 2022 07:36AM UTC