Can anyone identify the authentication backend used by a PHP website from the following URL?

Client POSTs creds, and if authenticated, server responds with a 302 redirect to an enormous path:

https://phpwebsite.com/login/auth/[encoded_data]

where encoded_data is either 811, or 726 characters long (for admins and un… Continue reading Can anyone identify the authentication backend used by a PHP website from the following URL?

How to deal with this fundamental problem with the advice: "Don’t trust obscure PHP libraries that nobody uses!"?

Frequently, I’d say in virtually every case, there is only one PHP library for any particular problem. (I don’t count obsolete, abandoned, trash ones.)

Therefore, it’s never a “choice” by me to use it. I have to either use i… Continue reading How to deal with this fundamental problem with the advice: "Don’t trust obscure PHP libraries that nobody uses!"?