Rewriting the Host header

当转发到本地端口时,cpolar不会修改隧道传输的 HTTP 请求,它们会在收到时逐字节复制到您的服务器。一些应用服务器如 WAMP、MAMP 和 pow 使用 Host 标头来确定要显示的开发站点。因此,cpolar可以使用修改后的 Host 标头重写您的请求。使用 -host-header 开关重写传入的 HTTP 请求。

如果值指定了rewriteHost 头将被重写以匹配转发地址的主机名部分。任何其他值都会导致 Host 标头被重写为该值。

将主机头重写为site.dev

cpolar http -host-header=rewrite site.dev:80

Host头重写为“example.com”

cpolar http -host-header=example.com 80

Share:

发表回复

目录

On Key

推荐文章