I am trying to debug the server 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.
+1
A:
Fiddler supports HTTPS. It's Windows-only, but you didn't specify a platform. There's plenty of others whatever your platform, though.
Dean Harding
2010-06-07 01:07:18
Okay, so you can send a request using the Request Builder tab
Casebash
2010-06-07 01:20:50
@Casebash: that's correct yes.
Dean Harding
2010-06-07 01:28:49