mmatczuk / go-http-tunnel

Fast and secure tunnels over HTTP/2
GNU Affero General Public License v3.0
3.23k stars 307 forks source link

HTTP POST return 404 #139

Open llj098 opened 2 years ago

llj098 commented 2 years ago

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!