atom feed6 messages in ru.sysoev.nginxwhen front proxy meet reverse proxy
FromSent OnAttachments
maven apacheMar 27, 2012 4:42 am 
Francis DalyMar 27, 2012 1:17 pm 
maven apacheMar 28, 2012 4:15 am.png
Guzmán BrasóMar 28, 2012 7:06 am 
maven apacheMar 28, 2012 7:26 am 
Jonathan MatthewsMar 28, 2012 9:01 am 
Subject:when front proxy meet reverse proxy
From:maven apache (apac@gmail.com)
Date:Mar 27, 2012 4:42:59 am
List:ru.sysoev.nginx

Hi:

This is a cross post at stackoverflow<http://stackoverflow.com/questions/9872873/when-front-proxy-meet-reverse-proxy>,since I got no answser there,so I post it here.

Since I think my question is related to the reverse proxy.

This is the post body:

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.

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

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

However our server is deployed in the internal network which use the reverse proxy.

Say I make a requset:

http://ourserver/proxy.ashx?url=http://crossdomainserver&para=xxx.

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 http://crossdomainserver here.

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