[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/HTTP/Reference/Methods/CONNECT [Back]  [Original]

CONNECT - HTTP | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

CONNECT

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

HTTP CONNECT . .

, CONNECT SSL (HTTPS) . TCP HTTP . . , TCP .

CONNECT .

Request has body No
Successful response has body Yes
Safe No
Idempotent No
Cacheable No
Allowed in HTML forms No

In this article

CONNECT www.example.com:443 HTTP/1.1

. Proxy-Authorization .

http
CONNECT server.example.com:80 HTTP/1.1
Host: server.example.com:80
Proxy-Authorization: basic aGVsbG86d29ybGQ=

Specification Title
RFC 7231, 4.3.6: CONNECT Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content


Web Proxy Viewer  |  New URL  |  Original Page