Replies: 3 comments 2 replies
|
Hi, I'm a bit further. The issue depends on the JavaScript function triggerUserWorkflowEvent() of the framework I use. Since this is maybe an JavsScript issue I checked this behavior with Chrome and Opera. Both with the same result. Because I'm not sure, if this is an IPBan issue, I will also write an ticket to the framework-developer. Maybe it would be helpful for the developer to know, what exactly you are testing for to indicate a FailedLogin. If is helpful I could post same tracking data. Thanks for your help again. |
|
Hi jjxtra, thank you for your answer. I checked again the parsing regex. There are 7 parts, which looks fine to me.
Thus, in the log file are only 2 entries belonging to the IP and timestamp, 1 Get and 1 Post. I did't I know which part is responsible for indicating the FailsLogin, but I assume that is the refferer-part of POST, since this contains the request of the workflow (qs_wfEventGuid). I know all the meanings of the parameters, except the last one (&rq_xhr=31). All parameters make sense to me. With the GET command the page is requested and the POST command is executed because of the onload-event. Thus, do you have an Idea? Thank you for your help! |
|
Have you tried debugging this in https://regex101.com? Make sure to set it to use C#/.NET expressions and the regex options to ignore case and multiline. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm just starting with IPBan and I'm glad that I found this.
The issue:
IPBan works fine, but every time I get a request from the web server the FailedLogin counter counted up by 1. Even if I've already be logged in.
I'm using nginx thus I had to update the ipban.conf.
Here are my insertions.
The IPBan.log looks like that
As fare as I can see, there is no failed login in the nginx log file.
Has someone an Idea there the issue comes from?
Thanks for your help.
All reactions