My website sends me an email every time unexpected exception happens too.
I just learned to ignore those messages. If some BOT gives me to many errors
I just ban it's IP address...
I guess you will have to do the same to avoid to many fake incidents from
help desk
George.
"Damien" <(E-Mail Removed)> wrote in message
news:061e0b29-6aea-448a-aea8-(E-Mail Removed)...
On Mar 14, 3:23 pm, "George Ter-Saakov" <gt-...@cardone.com> wrote:
> It seems to me that capital 'S' and lower case 's' makes a difference.
> All good requests have a capital 'S' in a beginning of the SessionID
> /Application/(S(oqe1gv45d4gxfy45ee1ateuh))/start.aspx?hp=3
>
> The only bad request has a lower case 's'
> /Application/(s(oqe1gv45d4gxfy45ee1ateuh))/start.aspx
>
Thanks for spotting that. I'll have to go back and check I didn't just
screw that up while anonymising the post, but you're right, it does
look different.
> You can reverse IP address it came from. Most likely it came from "bad"
> robot. "Bad" in terms of poorly written. That converts URLs to lower case
> at will...
>
> Second option is that someone has published link to your site somewhere
> with
> a SessionID and lowercase 's' Hence bunch of robots like Google, Yahoo
> trying to follow that link....
>
I know that we do have some links from elsewhere that may have these
things. It would help a lot if bots would set the Referer header (so
we could find the duff sites and let the owners know)
> Solution: do not pay attention 
>
> George.
>
Thanks George. Not paying attention is a good strategy, but our error
reporting sends messages to our helpdesk, who raise incidents, that I
have to close and give reasons on :-( I can try to get our error
reporting system to ignore these errors specifically, but it'll mean
having to pull apart exception messages to find what path is being
accessed :-(