Quote:
Originally Posted by lostknight The fundamental problem is that the web server enforces a same-origin policy on XMlHTTPRequest (the method below AjxRpc). That means that the Zimlet can only talk to the same server that it loaded from in the first place. That means to talk to any other server, you must proxy via the Zimlet proxy code. That Zimlet proxy code approves connections based on the XML configuration file you provided with the Zimlet.
The URL that is generated is the instructions to the proxy on how to get to the server you actually want. |
Thank you lostknight, I made it work by allowing the domain I wanted to address on Zimbra.
I have another doubt, however. My zimlet doesnt match the regular expression on the Contact List, it does it only in email bodies. How can I make it work on every frame of the Web Interface?
what does the parameter "paren" under the tag <regex> means?
Thank you very much