I am looking for an easy to use to monitor the data send from browsing websites, over the port 80. Basically I want to see if my login details are send by plain text or encrypted.
.NET ProgrammingMicrosoft IIS Web ServerInternet Protocols
Last Comment
a_b
8/22/2022 - Mon
a_b
You can use either Ethereal - www.ethereal.com/ or Fiddler (simpler to use) www.fiddler2.com/
Easy to use. Just start the software and run your program. It will show you all the HTTP traffic
Easy to use. Just start the software and run your program. It will show you all the HTTP traffic