HTTP Test Tool is a scriptable tool designed to help you with testing and benchmarking web applications and web server development.
Now it will be very easy to test all your applications with the help of this instrument. You can use this tool to improve all the program's you develop.
Here are some key features of "HTTP Test Tool":
· Send and receive HTTP streams
· SSL support, renegotate client cert, mutual authentication
· Shell scripts execution, pipe functionality from/to HTTP stream
· Embedded shell scripts
· Cut strings from HTTP stream and from stdout of executed shell scripts
· Expect patterns in the receiving HTTP stream
· Run a client/server multithreaded
· ICAP support
· Simple bandwidth definition
· Loops
· Simple if clauses
· Calling defined functions
· URL encoding
What's New in This Release: [ read full changelog ]
· httest: Fixed _SSL:RENEG_CERT Again. Without "verify" option _SSL:RENEG_CERT get certificate but still verified it. Now it is possible to get a wrong client cert. It only do fail if there is no client certificate. You can inspect the received client cert with _SSL:GET_CERT_VALUE.
· htntlm: Fixed scannf call for 64 bit machines. On 64 bit machines uint64_t is no longer %llx but %lx