go-http-tunnel icon indicating copy to clipboard operation
go-http-tunnel copied to clipboard

HTTP POST return 404

Open llj098 opened this issue 3 years ago • 0 comments

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!

llj098 avatar Jan 04 '22 14:01 llj098