gpt4 book ai didi

jenkins - Github Webhook 与 Jenkins 返回 302 Found

转载 作者:行者123 更新时间:2023-12-02 05:41:35 29 4
gpt4 key购买 nike

我设置了 localhost jenkins,使用 ngrok 将我的 jenkins 公开到 github。我没有设置任何凭据。当我测试从 webhook 传递时,它显示 302 not found。回应:

Content-Length: 0
Date: Mon, 16 Apr 2018 02:09:22 GMT
Location: http://056b05cb.ngrok.io/github-webhook/
Server: Jetty(9.4.z-SNAPSHOT)
X-Content-Type-Options: nosniff

请求:

Headers
Request URL: http://056b05cb.ngrok.io/github-webhook
Request method: POST
content-type: application/json
Expect:
User-Agent: GitHub-Hookshot/d5b13bc
X-GitHub-Delivery: bdc31e52-4115-11e8-9e6b-c7d083151290
X-GitHub-Event: push
Payload
{
"ref": "refs/heads/master",
"before": "14e1265dc10ef64c93ee7791db7fa9ccef63279f",
"after": "1f51b991d10af7c2b8fb4bc4c44417a57cf7bb56",
"created": false,
"deleted": false,
"forced": false,
"base_ref": null,
.....
}

最佳答案

刚刚遇到同样的问题。您似乎正在使用以下网址: http://056b05cb.ngrok.io/github-webhook

只需将其切换为 http://056b05cb.ngrok.io/github-webhook/ (注意尾随的 /)

如果您在浏览器上点击不带 / 的网址,则会收到 302,浏览器将简单地重定向。但 webhook 不遵循重定向,因此它只是告诉您响应是什么,即 302 重定向。

关于jenkins - Github Webhook 与 Jenkins 返回 302 Found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49848884/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com