<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Small correction Phil, GET does use the proxy if it's XHR and not on the same origin.</div><div><br></div><div>Bart<br><br>Sent from my iPhone</div><div><br>On 30 jul. 2014, at 06:46, Phil Scadden <<a href="mailto:p.scadden@gns.cri.nz">p.scadden@gns.cri.nz</a>> wrote:<br><br></div><blockquote type="cite"><div>
  
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  
  
    <br>
    <blockquote cite="mid:CAAxDHXWdD0VBdziL+TW91diWMgUYZz9nsKVpr+EPrqWwGgcpMg@mail.gmail.com" type="cite">
      <div dir="ltr">
        <div>I'm using the OpenGeo suite with GeoExplorer as client.  In
          the file composer.html is setting   proxy:
          "../proxy/?url=" and works well. I can also make
          DescribeProcess queries using GET method but when I do an
          EXECUTE request using POST method is not working. </div>
        <div>if I change proxy settings to some of these <span style="font-family:arial,sans-serif;font-size:13px">/proxy/proxy.cgi?url=xxxx </span><span style="font-size:13px;font-family:arial,sans-serif">or
            /proxy.cgi?url=xxxx stop</span> operating the query using
          GET DescribeProcess.</div>
      </div>
    </blockquote>
    <br>
    Sorry, I dont know the OpenGeo suite or Geoexplorer, it might best
    to take it up with them.<br>
    GET doesnt use the proxy - doesnt need to. You need the proxy to
    deal with cross-origin security issues when using XHR. (ajax). if
    ProxyHost="/proxy..." this implies you have a /proxy context on the
    server. "../proxy" looks more likely - but /proxy/?url doesnt look
    like a valid syntax. Is there a proxy directory or script at the
    same level as your main html on the server?<br>
    <br>
    The important thing is to look at your server set up. See where the
    proxy code actually is, what it is, and then make sure the client
    matches it. It is common to use cgi with Apache but I know next to
    nothing about this as deploy with tomcat and use a jsp for proxy. <br>
  <div>
<div style="border-top: solid 1px black; border-bottom: solid 1px black;
 padding: 10px 0; margin: 20px 0; font-size: 8pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;">Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.<br></div>
</div>



</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Users mailing list</span><br><span><a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a></span><br><span><a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a></span></div></blockquote></body></html>