0

Hi i would like to add some function to my app. How it is possible 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?

1

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.