12 calls to authcache_varnish_request_validate() in Authenticated User Page Caching (Authcache) 7.2
- AuthcacheVarnishTestDefaultValidation::testNoValidationIfChecksAreDisabled in modules/
authcache_varnish/ authcache_varnish.test - Ensure that no validation takes place when both mechanisms are turned off.
- AuthcacheVarnishTestDefaultValidation::testRejectIfForwardedForEmpty in modules/
authcache_varnish/ authcache_varnish.test - Request is not comming through varnish if X-Forwarded-For is empty.
- AuthcacheVarnishTestDefaultValidation::testRejectIfReverseProxyOff in modules/
authcache_varnish/ authcache_varnish.test - Request is not comming through varnish if reverse_proxy variable is off.
- AuthcacheVarnishTestDefaultValidation::testRejectPassphraseIfNotIdentical in modules/
authcache_varnish/ authcache_varnish.test - Request has the wrong X-Authcache-Varnish-Passphrase.
- AuthcacheVarnishTestDefaultValidation::testValidateCustomClientIPHeader in modules/
authcache_varnish/ authcache_varnish.test - Test reverse proxy validation when reverse_proxy_header variable is set.
- AuthcacheVarnishTestDefaultValidation::testValidateCustomPassphraseHeader in modules/
authcache_varnish/ authcache_varnish.test - Request has correct custom passphrase header.
- AuthcacheVarnishTestDefaultValidation::testValidateCustomXVarnishHeader in modules/
authcache_varnish/ authcache_varnish.test - Test validation when custom reverse proxy header was selected.
- AuthcacheVarnishTestDefaultValidation::testValidateDefaultXVarnishHeader in modules/
authcache_varnish/ authcache_varnish.test - Test validation of X-Varnish HTTP header.
- AuthcacheVarnishTestDefaultValidation::testValidatePassphraseHeader in modules/
authcache_varnish/ authcache_varnish.test - Request has correct X-Authcache-Varnish-Passphrase.
- AuthcacheVarnishTestDefaultValidation::testValidateRemoteAddrInReverseProxyAddresses in modules/
authcache_varnish/ authcache_varnish.test - Test reverse proxy validation.
- authcache_varnish_authcache_debug_info in modules/
authcache_varnish/ authcache_varnish.module - Implements hoook_authcache_debug_info().
- authcache_varnish_boot in modules/
authcache_varnish/ authcache_varnish.module - Implements hook_boot().