[GH-ISSUE #4570] [Feature Request] fallback for http plugin #3612

Closed
opened 2026-05-05 14:19:11 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @aa51513 on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4570

Describe the feature request

[[proxies]]
name = "dev"
type = "http"
localIP = "127.0.0.1"
localPort = 80
customDomains = ["dev.server.com"]

When 127.0.0.1:80 cannot be accessed, automatically transfer requests to the configured alternate address.

Describe alternatives you've considered

What I mean is that when encounter a 404 or 500 series error code, move to an alternate address.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @aa51513 on GitHub (Dec 3, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4570 ### Describe the feature request ``` [[proxies]] name = "dev" type = "http" localIP = "127.0.0.1" localPort = 80 customDomains = ["dev.server.com"] ``` When 127.0.0.1:80 cannot be accessed, automatically transfer requests to the configured alternate address. ### Describe alternatives you've considered What I mean is that when encounter a 404 or 500 series error code, move to an alternate address. ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [X] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Dec 5, 2024):

Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx.

<!-- gh-comment-id:2519025382 --> @fatedier commented on GitHub (Dec 5, 2024): Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx.
Author
Owner

@aa51513 commented on GitHub (Dec 6, 2024):

Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx.

ok,thank you for your reply

<!-- gh-comment-id:2523641515 --> @aa51513 commented on GitHub (Dec 6, 2024): > Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx. ok,thank you for your reply
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3612
No description provided.