Need the sample url for getting response.
-
Hi Guys,
I am working on network related , i can say i am practising, can u guys tell me the dummy server publicly available, and need to send request as username, password.
I am using QNetworkAccessManager and QNetworkRequest for posting and using post method . Please let me know if any server available?.
Thanks,
-
Hi,
How is that request formatted ? Are you trying to hit a REST service ?
In any case, you can grab several frameworks that can help you build quickly a dummy service that does what you need e.g. Django, Flask, PHP slim etc.
-
Request contains url and data in json format.
I am trying to invoke remote servers, if available to send the username and password. in json format.
For testing purpose. -
Then either Flask or PHP slim can help you create that testing server pretty quickly.