Project

General

Profile

Feature #1168

Updated by Luke Murphey over 8 years ago

Add the ability to just output the raw content of the page that is matched. The user can then parse the content themselves in SPL (such as rex). This way, the user can import things such as:

* JSON files
* HTML that is not valid or is rendered by Javascript (especially document.write() calls).
* Raw content that needs no parsing (like the Internet Storm Center status)

Back