Closed moneytoo closed 5 years ago
I added support for Basic Http authentication. However my server is not protected by it so I didn't properly tested it.
It's released on the beta track for now, or you can compile the code. Let me know if it works properly for you. You can join the beta here
It works. Thank you!
Please consider adding support for HTTP Basic authentication. I think it's good practice to add additional level of security (basic auth or client certs) over php apps that don't really need to be public.
I tried harcoding credentials in
NetworkModule
and it worked just fine (geekttrss actually seems and works really nice ;)):