[GH-ISSUE #4880] How to POST username and password to FRP? #3848

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

Originally created by @hpckurt on GitHub (Jul 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4880

Describe the feature request

I have an html form that I'm trying to integrate with FRP:

<form action="http://<domain>:<port>" method="post" target="_blank">
  <input type="hidden" name="Username" value="<username>">
  <input type="hidden" name="Password" value="<password>">
  <button class="btn btn-primary" type="submit">
    <i class="fa fa-eye"></i> Connect
  </button>
</form>

However, when I click the connect button, it still prompts me to log in. How do I post the username and password correctly in an html form for use with FRP?

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @hpckurt on GitHub (Jul 13, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4880 ### Describe the feature request I have an html form that I'm trying to integrate with FRP: ``` <form action="http://<domain>:<port>" method="post" target="_blank"> <input type="hidden" name="Username" value="<username>"> <input type="hidden" name="Password" value="<password>"> <button class="btn btn-primary" type="submit"> <i class="fa fa-eye"></i> Connect </button> </form> ``` However, when I click the connect button, it still prompts me to log in. How do I post the username and password correctly in an html form for use with FRP? ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [x] User Experience - [ ] Test and Release - [x] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:27:36 -06:00
Author
Owner

@fatedier commented on GitHub (Jul 14, 2025):

Please search for solutions to application-level issues on your own.

<!-- gh-comment-id:3067561255 --> @fatedier commented on GitHub (Jul 14, 2025): Please search for solutions to application-level issues on your own.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 29, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:3130221224 --> @github-actions[bot] commented on GitHub (Jul 29, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
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#3848
No description provided.