Get data from that server using Curl

Asked

Viewed 223 times

0

  • Curl will not run ajax. It takes what it has natively on the page.

  • What you can try is to extract the internal address and make a new request: http:/200.101.69.145/segundavia/Telerik.ReportViewer.axd?instanceID=b69b05929aab4b929073296b785e7285&optype=Report&PageIndex=0&RenderID=d53fdbceeec5468605f39339de9ce9&RenderingFormat=HTML5Interactive

  • But at the first request Curl will not wait for iframe to return with these values, it will only return with the content natively on the page. Then I’m back to square one.

  • Ever spied the coded values on base 64 right at the beginning of the source? Take a look at __VIEWSTATE, there might be something interesting there. If not, it may be the case to use your browser’s Developer mode to study where the values you need come from, because one way or another they are referenced in the source of the initial (or in some resource loaded by this one). If your browser renders that, nothing prevents you from playing the behavior programmatically.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.