libwww-perl / HTML-Parser

The HTML-Parser distribution is is a collection of modules that parse and extract information from HTML documents.
Other
6 stars 13 forks source link

option to skip headers found in NOSCRIPT tags [rt.cpan.org #119319] #4

Open oalders opened 4 years ago

oalders commented 4 years ago

Migrated from rt.cpan.org#119319 (status was 'new')

Requestors:

From pagenyon@gmail.com on 2016-12-20 10:44:07 :

I'm trying to emulate logic of a real browser and handle META redirects properly, but sometimes those redirects are contained in NOSCRIPT tags, and if I don't avoid those cases I can't emulate the javascript logic and access the webapp. I need a way to avoid setting headers found within the NOSCRIPT tags.