I have a strange problem, and not sure what could even be wrong. I have a new setup: 2008 R2, IIS 7, AAR 2.5, urlrewrite 2. I have a primary website that accepts all the traffic on ports 80/443, performing a url rewire routing the traffic for app1.domain.com
ports 180/1443, and app2.domain.com to ports 280/2443. Setup is straight forward and is working for the most part. Except that some PDF documents are never returned when using the Chrome browser, going through the reverse-proxy over SSH. e.g. using Chrome
https://app2.domain.com/my.pdf (through reverse-proxy) will never complete https://app2.domain.com:2443/my.pdf (direct to app) works fine Using IE, or FireFox, both through the reverse-proxy and direct to app work fine. The problem seems only with Chrome,
and with only some PDF documents on my site. The only difference I can see between going directly to the app (on ports 280/2443) and going through the reverse-proxy (on ports 80/443) is that the document is split up going through the reverse-proxy. By this
I mean in the IIS log I see several responses 200 followed by several 206 messages. Is there a way to force IIS to return the PDF as a single document? Does anyone know any issues with Chrome and ARR, urlrewrite? Does anyone have any ideas as to what is causing
this strange problem? Any help appreciated
I'm guessing they will give a similar answer. Since the pdf works directly to the site, and fails when using the reverse proxy, then it must be the reverse proxy...
This is just a very stange problem. I'll keep digging...
rue883
3 Posts
IIS 7, reverse-proxy, ssh, chrome, pdf never returns
Nov 06, 2012 08:58 PM|LINK
Dalong Zhang...
647 Posts
Microsoft
Re: IIS 7, reverse-proxy, ssh, chrome, pdf never returns
Nov 08, 2012 07:16 AM|LINK
Hi,
Since this issue only occurs on chrome , I think there are some settings about chrome that blocks pdf. You may get more professional at chrome forum:
http://productforums.google.com/forum/#!forum/chrome
Thanks for your understanding.
Feedback to us
Develop and promote your apps in Windows Store
rue883
3 Posts
Re: IIS 7, reverse-proxy, ssh, chrome, pdf never returns
Nov 08, 2012 06:18 PM|LINK
Thanks for your reply.
I'm guessing they will give a similar answer. Since the pdf works directly to the site, and fails when using the reverse proxy, then it must be the reverse proxy...
This is just a very stange problem. I'll keep digging...
Thanks,
Ruel.
xBruce
1 Post
Re: IIS 7, reverse-proxy, ssh, chrome, pdf never returns
Mar 01, 2013 10:48 PM|LINK
Having the exact same problem using IIS to Apache. Did anyone ever come up with a solution to this problem?
All the other browser used, IE, firefox and safari work just fine.
rue883
3 Posts
Re: IIS 7, reverse-proxy, ssh, chrome, pdf never returns
Mar 04, 2013 04:53 PM|LINK
Sorry Bruce,
I got nothing from Google. The issue that I was having just went away, and I have not been able to reproduce it.