How to scan page with hash in URL?
Hi,
I want to scan page with url like www.example.com/something.html#!/my/page,
but it seems that it scans only www.example.com/something.html
Is it possible to scan that page?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 14 Jan, 2016 02:14 PM
Hello,
You'll need to use the
restrict_to_dom_state
plugin for that, setting www.example.com/something.html as the seed URL and!/my/page
as thefragment
option for the plugin.Cheers
Tasos Laskos closed this discussion on 14 Jan, 2016 02:14 PM.
Nika re-opened this discussion on 21 Jan, 2016 10:23 AM
2 Posted by Nika on 21 Jan, 2016 10:23 AM
Hello,
I still can't solve this problem. I use restrict_to_dom_state plugin in webUI but it scans only login page.
when I use plugin in command line ui "--plugin=restrict_to_dom_state:fragment=!/courses/851/activate" scan doesn't start: bash: !/courses/851/activate: event not found
what am i doing wrong?
Support Staff 3 Posted by Tasos Laskos on 21 Jan, 2016 01:28 PM
Try enclosing it in quotes,
!
has a special meaning in bash:Let me know what behaviour you get this time.
Cheers
4 Posted by Nika on 21 Jan, 2016 01:59 PM
I've already tried this, the behaviour was the same. perhaps i should learn more about bash
Support Staff 5 Posted by Tasos Laskos on 21 Jan, 2016 02:03 PM
As in the login page was scanned? Is there a redirect somewhere?
Do you need to login first?
I'd help if I could see your configuration.
6 Posted by Nika on 21 Jan, 2016 02:15 PM
I use autologin, and it works, I saw first page with logged in user in report, also i saw there "!/courses/851/activate" page, but as a understood it was just loaded, no more requests for that page.
You mean profile configuration?
Support Staff 7 Posted by Tasos Laskos on 21 Jan, 2016 02:57 PM
Yeah, although I think that you may have been affected by a bug which has been fixed in the nightlies so please try them out.
Also, until we sort this out better stick with the CLI as its output is much more informative.
8 Posted by Nika on 22 Jan, 2016 11:20 AM
Looks like it works fine in v2.0
thank you for support
Support Staff 9 Posted by Tasos Laskos on 22 Jan, 2016 04:20 PM
Excellent. :)
Tasos Laskos closed this discussion on 22 Jan, 2016 04:20 PM.