Skip to content

Improving redirecting requests #126

@nkrusch

Description

@nkrusch

Sometimes the conferences do not put the paper DOIs on the page, instead link to some ACM website, and that website lazy-loads the table of content, after multiple cookie sets and redirects 😦 .
To handle this situation, I added an option to find the DOIs from a flat file (say, once the awful page has finally loaded, save it to a file), but actually, there is a programmatic way to do it with improved request handling.

Ideally, src/request.js should be able to handle and correctly request (200) this data, for example.

https://dl.acm.org/pb/widgets/lazyLoadTOC?tocHeading=heading1&widgetId=50b189b1-b974-4f86-b0e4-c553ba3994d7&doi=10.1145/3554315&pbContext=%3Bctype%3Astring%3AJournal%20Content%3Bwgroup%3Astring%3AACM%20Publication%20Websites%3Bjournal%3Ajournal%3Apacmpl%3BgroupTopic%3Atopic%3Aacm-pubtype%3Ejournal%3Bpage%3Astring%3ATable%20of%20Contents%3Bwebsite%3Awebsite%3Adl-site%3Bcsubtype%3Astring%3AJournal%3Bissue%3Aissue%3Adoi%5C%3A10.1145%2F3554315%3Btaxonomy%3Ataxonomy%3Aacm-pubtype%3BpageGroup%3Astring%3APublication%20Pages%3BrequestedJournal%3Ajournal%3Apacmpl%3BserialTopic%3Atopic%3Aacm-pubtype%3Ejournal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions