Httpie-auth插件发出POST请求FORMAT



POST JSON主体不能与这些插件一起工作,并且存在问题。与我成功使用oauth、ntlm等的POST语法相同

  1. 霍克echo"{"hello":"world"}"|http POSThttp://localhost:8080/--auth-type=hawk--auth"用户名:密码"错误:http:Error:TypeError:需要类似字节的对象,而不是"str"打开的问题:https://github.com/mozilla-services/requests-hawk/issues/26

  2. HMACecho"{"hello":"world"}"|http POSThttp://localhost:8080/--auth type=hmac--auth'用户名:密码'http:error:TypeError:sequence项1:预期的str实例,找到个字节打开的问题:https://github.com/guardian/httpie-hmac-auth/issues/5

  3. HTTPIEecho"{"hello":"world"}"|http POSThttp://localhost:8080/--auth type=httpsig--auth"用户名:密码"http:error:AttributeError:"bytes"对象没有属性"encode"打开的问题:https://github.com/east36/httpie-http-signatures/issues/5

这些问题应该用解决

  1. 请求hawk:PR#32
  2. httpiehttp签名:PR#6
  3. httpie-hmac-auth:PR#6

相关内容

  • 没有找到相关文章

最新更新