Hello Carlos and Alex.

It seems WebORB doesn't like the Content-Type being set as
"application/x-amf; charset=UTF-8".  It matches up the content-type with
internal parsers depending on how you are using it so it's expecting
Content-Type "application/x-amf".

In the AMFNetConnection.as file 

xhr.setRequestHeader("Content-Type", "application/x-amf; charset=UTF-8");

would need to be

xhr.setRequestHeader("Content-Type", "application/x-amf");

Thanks again for taking the time to look into this.  Not sure how to address
this unless I compile my own version everytime.  Any suggestions?

Regards



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to