CONNECT method in requests

  • Автор темы Автор темы lokiys
  • Дата начала Дата начала
That's rarely used method...
 
Thanks I would really like to hear what they replay, as maybe this request is useful, but I would like to know that :-)

Thanks
Hello!
CONNECT is used to create a proxy tunnel from you->server->another server
example:
client A sends CONNECT request to host B:
CONNECT www.another-site.com:443 HTTP/1.1

B now will relay all traffic from client A to www.another-site.com:443
This is only used with proxies, you don't need it to access a HTTPS site.

If you have any questions, I would be happy to help! :-)
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)