Question
CFHTTP request with content-type "application/atom+xml"
Is it possible to send a HTTP request (method="post") with a body that has a set content-type (such as "application/atom+xml")?
using CFHTTP and CFHTTPPRAM, it seems the tag does not accept a content-type.
<cfhttpparam type="body" value="#myAtomXML#">
is there anyway to have CFHTTP , post the body with a given content-type?
IF NOT, could anyone point me to the right direction to accompolish this using Java?
