login.html vs login

If I send request to http://192.168.10.10/login.html then what happens?
Does it execute login.html first or login command first?

If you are not logged in, I presume it calls login first. If you try to load login.html, then do a “view page source”, all the variables are inserted correctly.