Hi:<br><br>This is a cross post at <a href="http://stackoverflow.com/questions/9872873/when-front-proxy-meet-reverse-proxy">stackoverflow</a>,since I got no answser there,so I post it here.<br><br>Since I think my question is related to the reverse proxy.<br>

 <br>This is the post body:<br><br><div class="post-text">
        <p>In our app,we have make the cross domain ajax request,and we 
have no control on the server domain which does not support jsonp,so we 
try to use the proxy.</p>

<p>We have a proxy.ashx on our server,and try to get the data through this proxy.</p>

<p>So in this case I think our server is the front server to the client,isn't it?</p>

<p>However our server is deployed in the internal network which use the reverse proxy.</p>

<p>Say I make a requset:</p>

<p><code><a href="http://ourserver/proxy.ashx?url=http://crossdomainserver&para=xxx">http://ourserver/proxy.ashx?url=http://crossdomainserver&para=xxx</a></code>.</p>

<p>Then the reverse proxy forward this requst to our server,but our 
server have no access to the internet,that's to say,our server can not 
access <code><a href="http://crossdomainserver">http://crossdomainserver</a></code> here.</p>

<p>So I want to know if you guys have met the same suitation,and how to solve it?</p>

    </div><br><br>