ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.34k stars 177 forks source link

Proxyman incorrectly display header #2051

Open AlBellom opened 3 weeks ago

AlBellom commented 3 weeks ago

There is bug in Proxyman that cause the Authentication header to display incorrectly when the length of the token exceeds what can be shown on one line. It is not obvious with an auth token, give its length, as the Proxyman window can be extended so much. Proxyman arbitrarily breaks the line after the string Bearer even if there is no newline. Screenshot 2024-06-04 at 2 46 05 PM

NghiaTranUIT commented 3 weeks ago

it's not a bug, it's the Word Wrap setting. You can disable it in the Proxyman Menu -> Settings… -> Appearance -> Turn off the Word Wrap.

AlBellom commented 3 weeks ago

Same issue with or without Word Wrap.

NghiaTranUIT commented 3 weeks ago

Ah, I see, the Word Wrap only works with the Body Tab, not the Raw Tab. Let me fix it 👍

NghiaTranUIT commented 3 weeks ago

@AlBellom you can use this Beta build: https://download.proxyman.io/beta/Proxyman_5.5.0_Fix_word_wrap_on_the_Raw_Tabs.dmg

AlBellom commented 3 weeks ago

Thanks @NghiaTranUIT. I'll wait until you guys release the new version, since I know what the issue is.