curl with username/password authentication failed



我尝试从一个带有

的网站获取内容curl -user username:password https://website.de

也试过

curl https://user: password@website.de

但是失败了

  • curl -user username:password https://website.de发送错误:

curl: {"error":"认证失败:无效或缺少用户/密码或会话cookie。"}In Zeile:1 Zeichen:1

  • curl https://user:password@website.de传递错误:

Invoke-WebRequest: Der Parameter "晚安,晚安。范德维尔特"……"萤石夜在书房输入"系统"。konvertiert了。费勒:" ungltiger URI: Es wurde ein ungltiger Anschlussangegeben !">

  • curl -u user:password https://website.de传递错误:

Invoke-WebRequest: Der参数可以为每个参数指定一个参数,参数名称& "晚上的独立清单。Mögliche Übereinstimmungen: -UseBasicParsing -Uri -UseDefaultCredentials -UserAgent。In Zeile:1 zechen:6

有人能帮忙吗?thx

谢谢。帮助。现在我可以用

登录了
  • curl -user username:password https://testrail01.ando.pay1-test.de/index.php?/auth/login/

相关内容

  • 没有找到相关文章

最新更新