Thu 16 Mar 2006
Some times we need to debug some web-application or some web-server software, but we can not see complete HTTP-session. I very like Live Headers Plugin for Firefox, but it has some disadvantages… It can not say me when some interesting event happens.
Let me introduce very useful tool for web-server admins and web-developers: Fiddler - HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler is designed to be much simpler than using NetMon or Achilles, and includes a simple but powerful JScript.NET event-based scripting subsystem.
If you need to debug HTTPS headers, you can use RPASpy plugin that enables viewing HTTPS request and response headers inside Fiddler.
Tags: debugging, http, https, tool
- MySQL Proxy Released
- Using SSH tunnel connection as a SOCKS5 proxy
- List of Great Online Tools, Generators, Checkers
- HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer
- Using X-Accel-Redirect Header With Nginx to Implement Controlled Downloads (with rails and php examples)

2006-03-17 at 9.13 am
как думаешь, как они реализовали RSASpy плагин?
2006-03-17 at 9.18 am
Честно говоря, не представляю и думаю, что как ленивого админа, меня это интересовать не должно. Такие вещи - это для девелоперов типа Критика
2006-03-17 at 9.28 am
А если серьезно, то 100% какой-то баг в ИЕ используют, т.к.:
# Only HTTPS headers are visible; request and response bodies are not present
# Only headers from Internet Explorer (and other WinINET applications) are visible
# Only headers from the current user on the local computer are visible
# Headers are read-only and cannot be changed