On 29 May 2012, at 09:03, Jesus wrote:
> Hi,
> I'm a developer in wookie. I'm trying to install cgi proxy in a widget. I
> want to do this because i need to use openlayers libraries and this libraries
> have to use this proxy.
>
> Especially, I need to know like use python within apache wookie, because this
> proxy was written in python. Therefore I need that wookie perform this
> language.
>
> Thank for your attention.
>
>
Hi Jesus,
There is a built-in server side proxy in Wookie.
I think if you try:
OpenLayers.ProxyHost = widget.proxify().split("undefined")[0];
... that should work.
(Normally you'd call widget.proxify(myurl) to get the proxied version of a URL
for accessing via Ajax)
S