i'm developing a Jajah Zimlet, but i have some problems.
I send a SOAP request to
www.jajah.com, but tomcat return me this error
***.***.***.*** - - [04/Apr/2007:09:38:20 +0200] "POST /service/proxy?target=https%3A%2F%2Fwww.jajah.com%2Fapi%2FC allService.asmx HTTP/1.1" 403 964 "http://***.***.***.***/zimbra2/mail" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"
Why?
This is my
/config_template.xml :
<zimletConfig name="com_sobiemme_jajah" version="1.0">
<global>
<property name="allowedDomains">*</property>
</global>
</zimletConfig>