Hi!
I have a web application with authorization through token that stored in session storage.
That's why I use 3 scripts, the first one for authorization that sends the request to take session-token and some other requests to take required data for login. Second one Session manager script that adds session-token to other requests. And the third one - selenium script that saves all data to session storage.
All works perfect for requests in Manual Request Editor, also if I start the browser in manual mode - the user is successfully logged in.
But when I want to start an automated scan or Ajax spider, it totally ignores authorization.
Any ideas how to use authorization when Ajax spider is executed?