Proxyman
Proxyman copied to clipboard
Is it possible to show push notification requests?
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
@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.