I have an app, and it makes an https connection to a server. Is it possible to use something like wireshark or charlesproxy to just see the useragent that it’s connecting with? I don’t want to see any of the actual data, just the useragent – but I’m not sure if that is encrypted as well? (and if it’s worth trying)
Thanks
No. Browser first establishes secure connection with server, then use it for transfer all data including requests’ data, various headers etc.