HTTP Query not working
Unsolved
General and Desktop
-
This post is deleted!
-
@kylecorver
Hello,
As a first step, you could check if the URL is accessible from the machine you're working on and to make sure the port on the server is open. When you're sure there is no network problem, you can start tracing down the error in code. On a related note, why are you using this:QEventLoop oEventLoop; oEventLoop.exec();
Kind regards.