Hello,

I have setup a basic proxy configuration as shown below.  The application we
are integrating with, makes use of Java Applets that are launched through a
JNLP file.
I would like to know if this applet will be loaded through the proxy or if
the proxy skips this.

In production we will have rules that force all requests to go through the
proxy and am trying to understand how this will works as I am bit new to
this.

ProxyRequests Off
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>

<Location />
    ProxyPass http://myhost:8080/viewer/
    SetEnv force-proxy-request-1.0 1
    SetEnv proxy-nokeepalive 1

RequestHeader append Userid "IDM_SRC"

</Location>

Thanks in advance for your help

Reply via email to