HTTP CONNECT Method
Information about the HTTP CONNECT method.
HTTP CONNECT
Create a two-way tunnel to the resource.
- Request Body
Data in a request body should not be sent. While not forbidden, the behaviour is undetermined and different servers may react differently.
- Response Body
A response body will be returned with a successful response.
- Cache
The response cannot be cached.
Example
CONNECT / HTTP/1.1