mirror of
https://github.com/fatedier/frp.git
synced 2025-07-06 16:30:55 +07:00
server plugin: set version and op in http request query (#1707)
This commit is contained in:
@ -22,7 +22,7 @@ HTTP path can be configured for each manage plugin in frps. We'll assume for thi
|
||||
A request to the RPC server will look like:
|
||||
|
||||
```
|
||||
POST /handler
|
||||
POST /handler?version=0.1.0&op=Login
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"op": "Login",
|
||||
|
Reference in New Issue
Block a user