public function RequestInterface::isSecure in RESTful 7.2
Checks whether the request is secure or not.
This method can read the client port from the "X-Forwarded-Proto" header when trusted proxies were set via "setTrustedProxies()".
The "X-Forwarded-Proto" header must contain the protocol: "https" or "http".
If your reverse proxy uses a different header name than "X-Forwarded-Proto" ("SSL_HTTPS" for instance), configure it via "setTrustedHeaderName()" with the "client-proto" key.
Return value
bool
1 method overrides RequestInterface::isSecure()
- Request::isSecure in src/
Http/ Request.php - Checks whether the request is secure or not.
File
- src/
Http/ RequestInterface.php, line 237 - Contains \Drupal\restful\Http\RequestInterface.
Class
Namespace
Drupal\restful\HttpCode
public function isSecure();