headless mod doesn't work properly with SPA (Single Page Application) #502
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Type: Question
A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.
It seems like katana doesn't work properly with SPA (Single Page Application) like AngularJS
katana version:
v1.0.2
Current Behavior:
Results (number of URLs) without headless mode and with headless mode are the same
Expected Behavior:
Results (number of URLs) in headless mode should contain more URLs compared to running without headless mode
Steps To Reproduce:
Experiment
#1
- crawling SPA without headless modeExperiment
#2
- crawling SPA in headless modeAnything else:
In my example, I need to login first before I can start crawling, so without headless mode I pass the cookie file (
-H headers.txt
), while in headless mode I am logging in manually and then passing the-cdd
optionThe text was updated successfully, but these errors were encountered: