--- 日期: 2024-12-18 11:05 来源: 客响 --- # 问题详情 ``` @鞠雅纯 根据报错内容随便找了一笔,麻烦先看看: CDN前置校验送网状网报文内容:{"timeStamp":"20241218102400","transIDO":"c72b9b5079b84155ad151257229908c2","sessionID":"c72b9b5079b84155ad151257229908c2","sign":"4A460E4757B9B5986591C85213261CBE","envFlag":"1","accessToken":"20250114100000aa22f153170b4899ae7eec7e0fdf2c1d-0019-1734228000","version":"1.0.0","signMethod":"md5","content":"{\"Domain\":[\"video-qtv1.qtv.com.cn\",\"video-qtv2.qtv.com.cn\",\"video-qtv3.qtv.com.cn\",\"video-qtv4.qtv.com.cn\",\"video-qtv5.qtv.com.cn\",\"video-qtv6.qtv.com.cn\"],\"ECID\":\"531Abz202335611\",\"InfoSecurityTable\":\"20241218102338000001_50004010083.xlsx\",\"OrderType\":\"3\",\"ProductID\":\"65310370188\",\"TransIdo\":\"20241218102338000001\"}","domain":"CDNP","routeType":"00","routeValue":"995","busType":"BBSS"} ``` # 处理过程 ![](../../../../attachment/images-uuid/9fc4305db7a944979153275a53159321.png) ![](../../../../attachment/images-uuid/6414e3388c494ef49c06634cbd4bdec9.png) # 总结 ![](../../../../attachment/images-paste/image-20241218141408224.png) 请求中的 host 导致 NG 转发异常。 ``` curl --location 'https://117.128.1.126:443/api/v2/sync/BBOSS/PreCheckServ' \ --header 'host: bss.cmcdn.cdn.10086.cn' \ --header 'Content-Type: application/json' \ --header 'Cookie: XSRF-TOKEN=c79028c8-1089-41a7-a863-4609ef2aa5ed' \ --data-raw '{ "content": { "TransIdo": "20241009154348", "OrderType": "1", "ProvID": "000", "ECID": "ECID17284582861", "ECNumber": "13837369748", "ECMail": "13837369748@ECMail.com", "Domain": [ "20241009154429.komect.com" ], "BusiType": "1", "InfoSecurityTable": "1.xls" } }' ```