[Webtest] Browser Recording Tool - Proxy settings
Dierk Koenig
webtest@lists.canoo.com
Tue, 24 Aug 2004 17:38:26 +0200
> ERROR (CodeGeneratingProxyObserver.java:41) - no response content type
here we have it.
Your webapp doesn't follow the http specification. Congratulation!
You just found an error in your webapp!
Explanation: web applications are required to set a so-called
response content type to reveal what they are sending.
Click-O-Mat only analyzes responses of type "text/html" and
relies on specification compliance.
I agree that the error message could be more meaningful :-)
cheers
Mittie
P.S. I cannot sleep until all tests have passed :-)