I connect to my web service, which hosted by IIS 6, using certificates and SSL, and for some reason, I get 400 (bad request) error code. When I looked on trace.axd, I can see the POST request, but I cannot see the true reason for the error. I have some questions: 1. If I see the post request, can I be sure that the problem isn't with SSL? (since the post request should be encrypted, and if I see it, it means that it was decrypted) 2. How can I find a detailed reason for the error? 3. I saw that in the POST request, the content length was set to 0, could it be the reason for the error?
Thanks