Hi Simon, Have your tried <@CGIPARAM METHOD>? The Witango Help just talks about returning GET or POST, but in theory HEAD should also appear if that's what you're sending.
These kinds of questions keep coming up more and more often lately. Being able to capture the "entire" HTTP Request Header (on Windows) is not possible presently - but I wish it was because it could help here. The Mac platform has <@CGIPARAM FULL_REQUEST>, which could be used to parse this information. In any case, if you could parse for HEAD, then you'll probably have to write some sort of handler to not return any content - just the HTTP Response Header. Being able to capture just the Content-Length of some output before hand might be helpful in dynamically setting a larger MAXRESULTSIZE attribute of the <@URL> Meta Tag. Let us know what you find out.... Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xmlx.ca 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- > -----Original Message----- > From: Simon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 8:44 PM > To: [EMAIL PROTECTED] > Subject: Witango-Talk: HTTP HEAD request + TAFs > > > When i run a HTTP 'HEAD' request in regards to a TAF file, i > get the same > information that i do when i send a 'GET' request. > > I would like to isolate the headers for a particular file is > there a way to > do this? > I can isolate the header fine in HTML files just not TAFs.. > Im using Tango 2000 and IIS4. > > > Thanks. > > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
