in reply to Re: Having problems with HTTP::Server::Simple::CGI
in thread Having problems with HTTP::Server::Simple::CGI

Thanks. I had originally thought all sites were on the same versions of everything, however in the problematic site they are a bit behind and still using ie9, where as all other sites are on ie11! Got some of them to test with Chrome and it seemed to be ok. Unfortunately I have no control over the browser versions :(
  • Comment on Re^2: Having problems with HTTP::Server::Simple::CGI

Replies are listed 'Best First'.
Re^3: Having problems with HTTP::Server::Simple::CGI
by poj (Abbot) on Mar 11, 2016 at 18:24 UTC
    I have no control over the browser versions

    In that case you may have to change the web server. Try Chrome in Incognito mode to see if the problem is related to this IE9

    poj
      Thanks poj, interesting to see similar issues experienced with ie9. We're fairly locked down here and incognito mode is disabled on our chrome version so was unable to test that. Did test with many more users though and it does just seem to be an issue with ie9 so I'm going to chalk it up to that.

      Have just heard there are plans to upgrade that site to ie11 in the not too distant future, so will stick with it for now as the perl solution is quite neat compared to getting a full web server installed for this. In the meantime perhaps I'll check the browser version and point those users to chrome or something!

      Thanks again!