diff --git a/docs/api/phalcon_http.md b/docs/api/phalcon_http.md index 374256ced..1b72317e7 100644 --- a/docs/api/phalcon_http.md +++ b/docs/api/phalcon_http.md @@ -832,7 +832,7 @@ Retrieves a query/get value always sanitized with the preset filters ```php public function getHTTPReferer(): string; ``` -Gets web page that refers active request. ie: http://www.google.com +Gets web page that refers active request. ie: https://www.google.com ```php @@ -1642,7 +1642,7 @@ $_SERVER["PHP_AUTH_DIGEST"] ```php public function getHTTPReferer(): string; ``` -Gets web page that refers active request. ie: http://www.google.com +Gets web page that refers active request. ie: https://www.google.com ```php