webhook 需要改进 #479
Closed
tsymq-live
started this conversation in
General
Replies: 1 comment
-
已经兼容。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在配合gogs使用时
gogs 默认会发送post请求 但是不能自定义post参数
导致webhook接受的是post参数,但是参数中又不带access_key,导致验证失败
改进建议,建议url中加上 &method=get , 如果有该参数则忽略post中的参数,从get中获取
Beta Was this translation helpful? Give feedback.
All reactions