check your original http request
go run main.go
go build -o orihttp main.go
-addr address server listen address eg: ":80" or "0.0.0.0:8080" default "127.0.0.1:9300"
地址: ori.codetech.top
此demo因为使用反向代理,所以返回的请求头中有几个额外的X-
参数。使用ori.codetech.top:9001可以得到准确的原始http请求。