An introductory guide on how to secure a web application through authentication and authorization using Java EE 8 Security API: https://openliberty.io/guides/security-intro.html
Other
8
stars
11
forks
source link
update server.xml so that the app can be run remotely #200
Currently the guide-security-intro app can only be run locally with http://localhost:9080
Is there a reason that we don't want to have host="*" in <httpEndpoint .../> as following so that it can be accessed remotely?
Currently the guide-security-intro app can only be run locally with
http://localhost:9080
Is there a reason that we don't want to havehost="*"
in <httpEndpoint .../> as following so that it can be accessed remotely?