摘要: https://md.huanghuanhui.com/jenkins/pipeline.html https://md.huanghuanhui.com/ 阅读全文
posted @ 2023-11-21 19:45 beawh 阅读(28) 评论(0) 推荐(0)
摘要: 1) 自定义请求头获取不到 请求头request_token中包含'_'字符,会nginx过滤掉。默认情况下,underscores_in_headers为off,表示当客户端请求头中带有下划线的字段默认将会被标识为无效字段。 解决方案 添加如下配置: http { underscores_in_h 阅读全文
posted @ 2023-11-21 14:59 beawh 阅读(164) 评论(0) 推荐(0)