• sga@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    13 days ago

    in this case try to fetch a list and then fetch your cookies from browser, and use curl and scripting to fetch stuff.

    • sga@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      for cookies, you can try to open devtools, and then go to network tab, and there find the pdf file, and then right click, and you will find an option something in lines of ‘copy as/for cURL’, copy that, and paste somewhere. repeat exercise for some other file. this should give you some pattern as for how to make a query. it most likely just needs a bearerauth/token in header cookie, or something alike that.