Alan, request$httpHeader is what you are looking for.
Example below:
<@assign request$encodeResults false>
<@ASSIGN request$httpHeader "HTTP/1.1 <@HTTPSTATUSCODE> <@HTTPREASONPHRASE> <@crlf>Date: <@CURRENTTIMESTAMP FORMAT='datetime:http'><@crlf>Server: Witango <@version> <@crlf>MIME-Version: 1.0<@crlf>Content-Type: text/xml<@crlf><@crlf>">
Make sure that you do not introduce any cr or lf in by breaking the @ASSIGN over multiple lines.
Witango Support
On 18/03/2005, at 10:18 AM, Alan Wolfe wrote:
I'm using witango 5 build 065, how would i go about setting the header to
'Content-Type: text/xml'? Isn't there a variable you can mess with or
something?
It's completely slipped my mind how to do this, thank you for any help!
Alan
_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
