hi people, i met a little problem while trying to use Google Translate
API.
http://code.google.com/apis/language/translate/v2/using_rest.html

Mine is a flex application. When I call the HTTPService send(), I met
this error.

faultString="security error accessing url"
faultCode="Channel.Security.Error"
faultDetaul="Destination: DefaultHTTP"

In my tomcat/webapps/flexapp/ I have a crossdomain.xml

...
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>


how can i solve this?? thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to google-ajax-search-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to