With httpjob, i can set username and password. But how can I check it on my fileserver?
I want to set a filter to check, if username and password are correct, but how do I get the username in the filter sub?
Thanks for help...
I want to set a filter to check, if username and password are correct, but how do I get the username in the filter sub?
B4X:
Public Sub Filter(req As ServletRequest, resp As ServletResponse) As Boolean
Log("Filter ausgelöst!")
???????
Return True
End Sub
Thanks for help...