VerifyClient Alternative

Hey guys, I know VerifyClient() dont work in lucee but I need to find something to do the trick.

We have a large legacy app and we are migrating the app to lucee.

So, we need a function similar to verifyClient but I don’t know if it exist.

OS : Windows server 2012
Java Version : Lucee 5.3.4.80
Servlet Container|Apache Tomcat/9.0.20|
Java 11.0.3 (AdoptOpenJDK) 64bit|

It comes down to how you are using VerifyClient.

You could do something like this
<“#getHttpRequestData().headers#”>
Then get the header info from the remote user and write a function to always check every call against the initial login

Additionally, depending on how you are using IIS, you could rely upon IIS to handle security