We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
Readme.md
GET
But the POST, PATCH request returns 404 not found, I debug this with chrome web tools, log:
POST
PATCH
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theGET
response works great,But the
POST
,PATCH
request returns 404 not found, I debug this with chrome web tools, log:tunnel client version : 75a30ab
tunned version: 75a30ab
Thanks so much!
The text was updated successfully, but these errors were encountered: