使用一句话识别RESTful API以POST方式请求返回的是
HTTP/1.1 302 Found
Server: Tengine
Date: Thu, 28 Mar 2019 02:52:56 GMT
Content-Type: text/html
Content-Length: 258
Connection: close
Location: http://err.taobao.com/error1.html
Via: tongyijieru-aliyun-com1119311638.em14[web,302]
请求报名:
POST /stream/v1/asr?appkey=SY*VZvAc&format=pcm&sample_rate=8000&enable_punctuation_prediction=true&enable_inverse_text_normalization=true HTTP/1.1
X-NLS-Token: 0112c68**7002b6c
Content-Type: application/octet-stream
cache-control: no-cache
Accept: /
Host: nls-gateway.cn-shanghai.aliyuncs.com
accept-encoding: gzip, deflate
content-length: 43408
Connection: keep-alive
看返回的内容,应该是请求到服务器后服务器报错,然后发送302重定向到http://err.taobao.com/error1.html 这个页面了。
302重定向又称之为暂时性转移(Temporarily Moved ),英文名称:302 redirect。
可以检查下Tengine是否有rewrite规则,或者应用代码里有没有重定向代码
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。