Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
Please tell me the tools to trace the HTTP /HTTPS Requests / responses for WCF Restful serivices.

I have using Fiddler. Actually i am testing for HTTPS. So i wanna see whether my post requests and responses are going in encrypted or not.

please tell me the tools
Posted

1 solution

You can use Mozilla firebug to see request and response messages.
It provides all the parameters which you passing in request, it will show response headers,response from server etc.

OR

you also can use fiddler to see this request/response of calls.
--Avinash
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900