| SERVER_PORT_SECURE | ใช้บอกว่า Request มีการรักษาความปลอดภัยหรือไม่ |
|---|
constant:SERVER_PORT_SECURE
content:เป็นค่าคงที่ ที่ใช้ระบุใน ServerVariables เพื่อใช้บอกว่า Request มีการรักษาความปลอดภัยหรือไม่
example:Dim port_secure = Request.ServerVariables ( “SERVER_PORT_SECURE” )