cURL / Mailing Lists / curl-library / Single Mail

curl-library

download an URL that is in an iframe

From: rt <ruditanner_at_yahoo.co.uk>
Date: Wed, 25 Jan 2012 21:05:05 +0000 (GMT)

Dear all, I like to extract from a web-page a part with specific data, that is displyed in an iframe, The exemplary Javascript code-line is shown below: <div id="iframe"><iframe id="iframeK" name="iframeK" src="https://bla.bla.ch/?locale=de" scrolling="no" width="940" height="12000" frameborder="0"></iframe></div> I adapted the demo example:  curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);   if(curl) {     curl_easy_setopt(curl, CURLOPT_URL, "https://bla.bla.ch/?locale=de"); .... but I assumdd the dynamic nature or https cause problems. So far I have not found an answer in a blog hence my query here. Thanks for any hint, Rudi

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-01-26