Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2004-07-22

Internet Explorer "contype" user agent

An iX article (8/2004, p. 116) mentions some quite strange Internet Explorer behaviour which affects dynamically generated PDFs - there's an MS knowledge base article:

"To work around this limitation and to considerably improve the performance of your application, watch for the "contype" userAgent request and only return the content-type."

On an unrelated note, the same iX article points out that JSP (Java Server Pages) are - by design - unable to stream out binary data. Now how dumb is that? (Remember this for the next JSP vs. PHP debate...)