Disclaimer: I do not create/own the original project source code therefore please don't ask me to provide full support. I am just helping a member to make this project work. I do not get any money doing this so I am thinking to share it to other members too, who are happen to have purchased the...
.properties files are expected to be encoded in ISO 8859-1. One can use unicode escapes to specify other characters. There is also a tool available to do the conversion.
.properties files are expected to be encoded in ISO 8859-1. One can use unicode escapes to specify other characters. There is also a tool available to do the conversion.
when try to implement @Erel's basicauthentication: https://www.b4x.com/android/forum/threads/jserver-authentication.79720/ Sub AppStart (Args() As String) srv.Initialize("server") srv.Port = 51042 srv.AddFilter("/*", "BasicAuthenticationFilter", False) srv.AddHandler("/test/*"...