You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project.
A little bit confused, QHttpClient::request always returns true, even if the passed url is wrong.
For example:
Url http://192.168.1.100:20030/devices is Invalid. but when i request this url use QhttpClient::request still return true.
How should i determine the url is valid?
The text was updated successfully, but these errors were encountered:
Thanks for this project.
A little bit confused, QHttpClient::request always returns true, even if the passed url is wrong.
For example:
Url http://192.168.1.100:20030/devices is Invalid. but when i request this url use QhttpClient::request still return true.
How should i determine the url is valid?
The text was updated successfully, but these errors were encountered: