gitlab上配置webhook后,点击测试报错:
Requests to the local network are not allowed


gitlab 10.6 版本以后为了安全,不允许向本地网络发送webhook请求

选择 允许webhooks和本机网络交互

勾选后,点击保存,退出!!!


对于 上面勾选的权限,测试结果如下,即代表成功!!!


未授权的接口 测试 是这个结果!!!!!

OK 解决!!!
【GitLab】gitlab上配置webhook后,点击测试报错:Requests to the local network are not allowed
原文:https://www.cnblogs.com/sxdcgaq8080/p/10592806.html