function DrupalHTTPRedirectTest::testNoHttpsDowngrade

File

modules/simpletest/tests/common.test, line 1307

Class

DrupalHTTPRedirectTest
Unit tests for processing of http redirects.

Code

public function testNoHttpsDowngrade() {
    $url = 'https://example.com/foo';
    $location = 'https://example.com/bar';
    $this->assertFalse(_drupal_should_strip_sensitive_headers_on_http_redirect($url, $location), 'Sensitive headers are not stripped without HTTPS downgrade.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.