Recent content by Re@PeR

  1. Re@PeR

    Scraping JS-heavy + iframe pages

    Site uses a strange frontend-generated token to make sure that the requests are sent from a browser and not from curl / any other H-T-T-P (apparently h-t-t-p is seen as a link by the forum, facepalm) post utility. And that token changes with every request, each request uses a different token and...
  2. Re@PeR

    Scraping JS-heavy + iframe pages

    Selenium uses a JavaScript driver to interact with the browser, it can't do that to a protected Iframe
  3. Re@PeR

    Scraping JS-heavy + iframe pages

    i'm trying to scrape a web application that's built using AngularJS, that has a javascript generated token that needs to be validated by the backend and several iframe blocks on the page and it's also using strange data formats, probably a variation of protobuff, the data looks all garbled...
Back
Top