Request.IsSecureConnection
Posted: Wed Apr 16, 2008 8:18 am
What exactly does nVelocity have access to? Is there somewhere I can view that list?
I was hoping to do something like so:
If there's a better way to do something like this in a scriptlet, please let me know.
I was hoping to do something like so:
Code: Select all
#if($Request.IsSecureConnection)
<p>hello world!</p>
#endif