> Is there a way to access binary http header
> information (to parse incoming XML or other data) in
> CF?
>
> What are some of the options when dealing with this?

To the best of my knowledge, you can't have any binary data, or even
Base64-encoded data, within an HTTP request header. You could have data in
the response body, but typically this would be encoded as form data (for
example, after uploading a file).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to