This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HTTP Proxy problem with a single website

Hey all

I have a strange error when trying to access one special website with the http proxy in use.
When trying to access www.restaurantzurpost.ch an error pops up in Internet Explorer. I've attached a screenshot.

It states that Internet Explorer cannot download / from URL.
If I disable the proxy and take the direct way out it works without any problems.
I've checked the http log but can't see anything special. I've created an exception for everything matching this URL without success.

Any help appreciated

Matthias


This thread was automatically locked due to age.
Parents
  • Hey all

    I have a strange error when trying to access one special website with the http proxy in use.
    When trying to access www.restaurantzurpost.ch an error pops up in Internet Explorer. I've attached a screenshot.


    Tried this here:

    $ wget --server-response http://www.restaurantzurpost.ch/
    --2008-08-04 10:03:19--  http://www.restaurantzurpost.ch/
    Resolving www.restaurantzurpost.ch... 212.40.5.43
    Connecting to www.restaurantzurpost.ch|212.40.5.43|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.1 200 OK
      Date: Mon, 04 Aug 2008 08:03:18 GMT
      Server: Apache/1.3.41 (Unix) PHP/4.4.8 FrontPage/5.0.2.2623 mod_fastcgi/2.4.6
      X-Powered-By: PHP/4.4.8
      X-Content-Parsed-By: phpCMS 1.2.1pl2
      Expires: Mon, 26 Jul 1997 05:00:00 GMT
      Last-Modified: Mon, 04 Aug 2008 08:03:18 GMT
      Cache-Control: no-cache, must-revalidate
      Pragma: no-cache
      Content-Length: 519
      Keep-Alive: timeout=15, max=100
      Connection: Keep-Alive
      Content-Type: text/html
    Length: 519 [text/html]
    Saving to: `index.html'

    100%[==========================================================>] 519         --.-K/s   in 0s      

    2008-08-04 10:03:19 (41.7 MB/s) - `index.html' saved [519/519]

    $ file index.html 
    index.html: gzip compressed data

    The Server compresses the content with gzip, but doesn't announce it. As Firefox displays the website without proxy, i guess firefox/internet explorer have some workarounds for bugs like this. Strange that they obviously skipping this workaround when a proxy is used.

    I doub't that we can do anything to work around such buggy servers but will check when time permits.

    Cheers,

    Sven.
Reply
  • Hey all

    I have a strange error when trying to access one special website with the http proxy in use.
    When trying to access www.restaurantzurpost.ch an error pops up in Internet Explorer. I've attached a screenshot.


    Tried this here:

    $ wget --server-response http://www.restaurantzurpost.ch/
    --2008-08-04 10:03:19--  http://www.restaurantzurpost.ch/
    Resolving www.restaurantzurpost.ch... 212.40.5.43
    Connecting to www.restaurantzurpost.ch|212.40.5.43|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.1 200 OK
      Date: Mon, 04 Aug 2008 08:03:18 GMT
      Server: Apache/1.3.41 (Unix) PHP/4.4.8 FrontPage/5.0.2.2623 mod_fastcgi/2.4.6
      X-Powered-By: PHP/4.4.8
      X-Content-Parsed-By: phpCMS 1.2.1pl2
      Expires: Mon, 26 Jul 1997 05:00:00 GMT
      Last-Modified: Mon, 04 Aug 2008 08:03:18 GMT
      Cache-Control: no-cache, must-revalidate
      Pragma: no-cache
      Content-Length: 519
      Keep-Alive: timeout=15, max=100
      Connection: Keep-Alive
      Content-Type: text/html
    Length: 519 [text/html]
    Saving to: `index.html'

    100%[==========================================================>] 519         --.-K/s   in 0s      

    2008-08-04 10:03:19 (41.7 MB/s) - `index.html' saved [519/519]

    $ file index.html 
    index.html: gzip compressed data

    The Server compresses the content with gzip, but doesn't announce it. As Firefox displays the website without proxy, i guess firefox/internet explorer have some workarounds for bugs like this. Strange that they obviously skipping this workaround when a proxy is used.

    I doub't that we can do anything to work around such buggy servers but will check when time permits.

    Cheers,

    Sven.
Children
No Data