[PR #101] [MERGED] Maodanp/http auth #4142

Closed
opened 2026-05-05 14:36:25 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/101
Author: @maodanp
Created: 8/29/2016
Status: Merged
Merged: 9/6/2016
Merged by: @fatedier

Base: devHead: maodanp/http_auth


📝 Commits (2)

  • dc5e130 utils/vhost: supprot http authentication
  • 78c6845 utils/vhost: remove fmt.Printf method

📊 Changes

10 files changed (+110 additions, -19 deletions)

View changed files

📝 conf/frps.ini (+5 -0)
📝 src/cmd/frpc/control.go (+2 -0)
📝 src/cmd/frps/control.go (+2 -0)
📝 src/models/client/config.go (+10 -0)
📝 src/models/config/config.go (+2 -0)
📝 src/models/msg/msg.go (+2 -0)
📝 src/models/server/server.go (+6 -3)
📝 src/utils/vhost/http.go (+49 -5)
📝 src/utils/vhost/https.go (+6 -4)
📝 src/utils/vhost/vhost.go (+26 -7)

📄 Description

support http auth


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/101 **Author:** [@maodanp](https://github.com/maodanp) **Created:** 8/29/2016 **Status:** ✅ Merged **Merged:** 9/6/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `maodanp/http_auth` --- ### 📝 Commits (2) - [`dc5e130`](https://github.com/fatedier/frp/commit/dc5e130d3398acdd019f4e7b1785795fad43446b) utils/vhost: supprot http authentication - [`78c6845`](https://github.com/fatedier/frp/commit/78c68457816e172b4468330cc0b034308c1a3a6b) utils/vhost: remove fmt.Printf method ### 📊 Changes **10 files changed** (+110 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `conf/frps.ini` (+5 -0) 📝 `src/cmd/frpc/control.go` (+2 -0) 📝 `src/cmd/frps/control.go` (+2 -0) 📝 `src/models/client/config.go` (+10 -0) 📝 `src/models/config/config.go` (+2 -0) 📝 `src/models/msg/msg.go` (+2 -0) 📝 `src/models/server/server.go` (+6 -3) 📝 `src/utils/vhost/http.go` (+49 -5) 📝 `src/utils/vhost/https.go` (+6 -4) 📝 `src/utils/vhost/vhost.go` (+26 -7) </details> ### 📄 Description support `http auth` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:36:25 -06:00
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#4142
No description provided.