scan with user logged
Hi,
I need to login in web application, but appears the error
I have sure that URL, user and password is right, but I cant log on application with success
please someone help me
Tks
Eliézer
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 26 Mar, 2014 05:17 AM
What sort of error are you getting?
2 Posted by Eliézer on 27 Mar, 2014 03:18 PM
Can u see attach file please?
Support Staff 3 Posted by Tasos Laskos on 27 Mar, 2014 03:21 PM
I see no attached file, if you sent it via e-mail it won't be available on this ticket.
Support Staff 4 Posted by Tasos Laskos on 28 Mar, 2014 07:24 AM
I saw the picture you sent me privately but could you please attach the whole error log as a text file to this discussion so that I can have a proper look at it?
You can remove any sensitive information.
Cheers
5 Posted by Eliézer Pereira on 05 Apr, 2014 04:48 PM
Support Staff 6 Posted by Tasos Laskos on 05 Apr, 2014 05:06 PM
Looks like you've used the example configuration.
You need to update the form parameters you're passing to the
autologin
plugin to correspond with your login form. Your form calls its login inputs something other thanuid
andpassw
. Also, you need to change thecheck
option to correspond to your webapp's indicator as well.Cheers
7 Posted by Eliézer Pereira on 05 Apr, 2014 05:55 PM
so i have to put on script autologin some like this:
Login=xxxxxx&Password=xxxxxx
fields required on my web app
(please see atached file)
Support Staff 8 Posted by Tasos Laskos on 05 Apr, 2014 05:57 PM
Yep, although there's no attached file.
Also, I saw a
.js
extension, not sure what that means but if the form is submitted via Javascript then the autologin plugin will not work.9 Posted by Eliézer on 10 Apr, 2014 04:04 PM
Hi Tasos,
I changed the plugin config and now appears other error:
AutoLogin: Form submitted but the response did not match the verifier.
Support Staff 10 Posted by Tasos Laskos on 10 Apr, 2014 04:06 PM
Can you show me the updated config please?
11 Posted by Eliézer on 10 Apr, 2014 06:11 PM
see log error please
Support Staff 12 Posted by Tasos Laskos on 10 Apr, 2014 07:11 PM
You didn't properly configure the plugin as per my previous instructions. You forgot to set the proper
check
option for your web application, it still has the value ofSign Off|MY ACCOUNT
from the help article.13 Posted by Eliézer on 10 Apr, 2014 07:16 PM
i dont understood what is goal of this value
can you explain me?
I dont find nothing to put on this field that can be on my web app
Support Staff 14 Posted by Tasos Laskos on 10 Apr, 2014 07:20 PM
I don't know how to explain it better, the article is pretty clear:
check -- A pattern to be matched against the response body after requesting the supplied URL in order to verify a successful login.
Basically, it must be a string that will only appear after a successful login so that the system will know that it has a valid session.
Tasos Laskos closed this discussion on 27 Jun, 2014 11:30 PM.