Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 488 Bytes

orihttp

check your original http request

run

go run main.go

build

go build -o orihttp main.go

flag

-addr address server listen address eg: ":80" or "0.0.0.0:8080" default "127.0.0.1:9300"

demo

地址: ori.codetech.top

此demo因为使用反向代理,所以返回的请求头中有几个额外的X-参数。使用ori.codetech.top:9001可以得到准确的原始http请求。