Basic authentication with Qt (QNetworkAccessManager)

前端 未结 3 1121
北恋
北恋 2020-12-15 09:26

I was trying to perform basic authentication for Twitter from my Qt app. I use QNetworkAccessManager. But I couldn\'t find any help on this.

But I found a program ca

3条回答
  •  独厮守ぢ
    2020-12-15 10:02

    The recommended way is to connect to the authenticationRequired signal and set the credentials from there.

提交回复
热议问题