mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1000] [Bug] 通知渠道 Webhook 使用 Server酱·Turbo 时发生 Error 400 #687
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#687
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Anbool on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1000
软件版本 / Release Version
v0.4.1
缺陷描述 / Description
从 v0.4.0 版本开始到目前的 v0.4.1 版本无论是工作流触发还是通知测试都返回了 Error 400, 大概的错误原因是因为发送的通知标题为空.
复现步骤 / Steps to reproduce
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Oct 22, 2025):
预设的请求数据有误,你可以自行修改:
@Anbool commented on GitHub (Oct 22, 2025):
大佬,感谢提醒,但遗憾的是,这对我没有效果,仍然返回了 Error 400
@fudiwei commented on GitHub (Oct 23, 2025):
错误响应也是一样的吗?
@Anbool commented on GitHub (Oct 23, 2025):
@fudiwei commented on GitHub (Oct 24, 2025):
奇怪了……咱俩参数有啥不一样的地方吗?😕
@Anbool commented on GitHub (Oct 24, 2025):
看上去似乎只有请求头不同!
@Anbool commented on GitHub (Oct 24, 2025):
@fudiwei 我把请求头中的
;charset=utf-8移除就没事了!