GC_HTTP_Proxy::authentication_header()

最后更新于:2021-12-01 11:12:27

GC_()

Retrieve header string for proxy authentication.

响应

(string)

源文件

文件: gc-includes/class-gc-http-proxy.php

	public function authentication_header() {
		return 'Proxy-Authorization: Basic ' . base64_encode( $this->authentication() );
	}