RequestModel
Access to data defined within request context.
implements: hash
bundle: online channel standard (oc)
since 4.4.3
Access to data defined within request context.
This model is made accessible by the OCFreemarkerExtensionService with the global access path 'cs.request'.
Defined hash keys
cs.request.header ↦ HeaderModel
since 4.10.0
Returns the values for given key from request header
cs.request.isSecure ↦ RequestEncryptionStateModel
since 4.4.3
Returns if the current URL is considered to be secure
cs.request.normalizedRemoteAddress ↦ String
since 4.6.3
Returns the IPv6 of the that sent the request. IPv4 addresses are mapped according to RFC 4291 2.5.5.2.
cs.request.remoteAddress ↦ String
since 4.6.3
Returns the IP address (v4 or v6 depending on what is used) of the client that sent the request.