Sending a HTTPS request and viewing the response
I am trying to debug the ser开发者_JAVA百科ver component of a mobile application. Are there any tools that will allow me to send a HTTPS request and view the response? At the moment I have a Windows computer next to a Mac.
Fiddler supports HTTPS. It's Windows-only, but you didn't specify a platform. There's plenty of others whatever your platform, though.
精彩评论