Ask Your Question

wireremora's profile - activity

2023-09-27 21:16:42 +0000 received badge  Popular Question (source)
2023-09-25 16:57:37 +0000 marked best answer Is it possible to inspect incoming traffic to a web server with an ec certificate?

I want to inspect incoming API calls to an IIS web server hosting a REST API.

I am trying to troubleshoot a problem with incoming API calls which may be malformed, and there is no logging available from either side. I want to view incoming API calls from a specific remote client to see what is being sent.

My understanding is that there's no way to decrypt the traffic with just the private key.

Is there any way for me to accomplish this? I have full control of the server, and I can ask for information from the client, but I'm not sure what to ask for or how this would work.

2023-09-25 16:57:37 +0000 received badge  Scholar (source)
2023-09-25 16:57:05 +0000 commented answer Is it possible to inspect incoming traffic to a web server with an ec certificate?

Thanks for your help. The reverse proxy option sounds like the most reasonable option at this point, I'm going to give t

2023-09-24 21:30:56 +0000 asked a question Is it possible to inspect incoming traffic to a web server with an ec certificate?

Is it possible to inspect incoming traffic to a web server with an ec certificate? I want to inspect incoming API calls