Hi i would like to add some function to my app. How it is po开发者_StackOverflow中文版ssible to get data from web page. For example i login to webchat which is ofc https secure. And now there is some table with user replies.
How it is possible to get the table or some other html component, data to my C++ program. Its SSLed, so we dont want to sniff http.
What should i do?
Maybe have a look at Qt's WebKit component. It provides access to the web like a browser and you can access the elements of the retrieved page later on in your C++ code.
精彩评论