Hello, I'm setting up the context for the active scan.
I do it as in the documentation, but either I'm missing something or
includeInContext Regexp somehow doesn't work as expected.
More documentation would be great, especially with examples, the documentation seems to be quite a lot, but at the same time, I should to ask here.
My problem is very simple. I start the scanner with the context.
In order for everything to work, I need to add a regexp to the context, which I do.
I am getting url_not_in_context error
I change includeInContext to api.context.includeInContext(contextName, "
https://www.looper.com/.*"); Everything starts to work.
My question: why if I specify the url 1 in 1 plus ".*" at the end, then I get the error url_not_in_context?
After all, the regular expression is correct and should match occurs with such a condition.
Thanks for the help.
Regards.