tags:

views:

26

answers:

1

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
Okay, so you can send a request using the Request Builder tab
Casebash
@Casebash: that's correct yes.
Dean Harding