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

Are all users on the same OS/browser/version ? If not, which are failing ?

poj
  • Comment on Re: Having problems with HTTP::Server::Simple::CGI

Replies are listed 'Best First'.
Re^2: Having problems with HTTP::Server::Simple::CGI
by StuMc (Initiate) on Mar 11, 2016 at 17:53 UTC
    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 :(
      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!