jlesage / docker-firefox

Docker container for Firefox
MIT License
1.4k stars 266 forks source link

.jsp webpage does not respond #178

Closed joel72265 closed 7 months ago

joel72265 commented 1 year ago

The .jsp page (https://businessonline.emiratesnbd.com) loads properly. After you enter data and click the 'Submit' button nothing happens. However, if you enter the same data on a Desktop Firefox bowser, on clicking Submit the page loads. (please send me an email joel72265@gmail.com if you need field data)

Docker Firefox 109.0.1

jlesage commented 1 year ago

If you open the developper tools, do you see any errors in the console ?

joel72265 commented 1 year ago

good thinking, here are the error messages from Developer Tools > Console tab (the last two errors also show in the Desktop browser but we are able to login).

1) Cookie “TS01a4b740” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2) This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. 3) Loading failed for the Githubissues.

  • Githubissues is a development platform for aggregating issues.