mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3027] HTTP ERROR 405 #2419
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nijisakai on GitHub (Jul 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3027
Bug Description
Client: A Windows with Webdav service and fprc service.
Server: Linux
I can access the service on chrome with the url https://webdav.my.com:88
but I can't access the service via
method not allowed(Status 405)HTTP ERROR 405I do can access other webdav services without any problem without frpc, help needed!
frpc Version
0.35.1
frps Version
0.35.1
System Architecture
Windows 11 runs frpc, Linux Mint 20.1 in ESXI 6.7 runs frps
Configurations
frpc.inion Windows 11nginx confon WSL2 of the same Windows 11nginx confon Linux Mint with public ipLogs
No response
Steps to reproduce
...
Affected area
@nijisakai commented on GitHub (Jul 21, 2022):
Changed the webdav services from nginx to
CuteHttpFileServer/chfsand it works fine.(the location looks like/webdav/torrentwhile the real path likeD:/torrent)So it looks like a nginx wrongly configuration.