go-http-tunnel
go-http-tunnel copied to clipboard
HTTP POST return 404
Hello,
I'm running this tunnel to serve a python notebook service.
I run the tunnel and tunneld as the Readme.md, But I find all the GET response works great,
But the POST, PATCH request returns 404 not found, I debug this with chrome web tools, log:
Request URL: XXX
Request Method: POST
Status Code: 404 Not Found
Remote Address: 127.0.0.1:7890
Referrer Policy: strict-origin-when-cross-origin
tunnel client version : 75a30ab tunned version: 75a30ab
Thanks so much!