ProxymanApp / Proxyman

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

Is it possible to show push notification requests? #1992

Open levs42 opened 2 months ago

levs42 commented 2 months ago

I want to intercept push notifications that come to my iPhone for debugging purpose. I see data coming from Apple server to my iPhone when I receive a push notification through Wireshark. However, Proxyman doesn't show push notifications traffic.

Screenshot ![Screenshot 2024-04-05 at 9 34 48 AM](https://github.com/ProxymanApp/Proxyman/assets/129108591/f09f5a85-28cf-4c80-9468-3b2d99273260)
NghiaTranUIT commented 2 months ago

@levs42 it's not possible because Apple Push Notification operates under TCP/UDP level, not the HTTP layer. It's a reason why it's captured by Wireshark, not Proxyman.

Proxyman only works with HTTP/HTTPS, WS/WSS, not TCP/UDP.