405 Method Not Allowed

异常场景

  通过腾讯云SDK上传视频,视频转码完成回调我的接口失败,我这边一直没有log。找到腾讯云工作人员,告诉我这边返回405错误和不支持get请求,

但是我的接口是post方式,在我本地通过postman请求没有问题。他们那边通过postman请求我的接口也没有问题。

 

解决方案

    http://example.com//api/video/TencentCallback    ------------> http://example.com/api/video/TencentCallback

相关文章:

  • 2021-08-28
  • 2021-06-07
  • 2021-12-26
  • 2022-12-23
  • 2022-01-12
  • 2021-08-01
  • 2021-11-10
猜你喜欢
  • 2021-07-02
  • 2021-11-28
  • 2021-12-10
  • 2021-12-04
  • 2021-05-25
  • 2022-12-23
  • 2021-12-24
相关资源
相似解决方案