Server Side Autocompletion (plus HTTP authentication)

Enter a Country:

Username: admin, Password: secret

Note: the client side keypress handling logic could probably be improved in this example. Otherwise demonstrates how coding effort on client and server side is focused purely on application logic - the "networking" between client and server is no effort - even HTTP authentication is easily done.