Issue with unknown browser..

C

Chizl

I have a C# developed web service.. Everyone once in a while I see it not
running.. There are no logs saying it was shutting down, no eventlog saying
there was an error or it was being shutdown, just isn't running. This has
happened 3 times in the last week. What I did notice is the header of the
browser that is talking to me has "x-flash-version: 9,0,47,0" in it.. This
isn't normal for any browser headers I've seen. Can anyone identify what
type of client/browser puts this in the header when talking to a web server.
I just want to find the issue so I can fix it..
 
C

Chizl

Oh and BTW.. I noticed the IP is always my IP.. As if something is on my
machine and indexing my web server. I don't have anything of the sort that
I know of and I'm not even on the computer during the time it has this
issue.
 
J

Jon Skeet [C# MVP]

Chizl said:
I have a C# developed web service.. Everyone once in a while I see it not
running.. There are no logs saying it was shutting down, no eventlog saying
there was an error or it was being shutdown, just isn't running. This has
happened 3 times in the last week. What I did notice is the header of the
browser that is talking to me has "x-flash-version: 9,0,47,0" in it.. This
isn't normal for any browser headers I've seen. Can anyone identify what
type of client/browser puts this in the header when talking to a web server.
I just want to find the issue so I can fix it..

Why are web *browsers* connecting to your web *service* in the first
place? And why should an odd request shut down your service?

I'd try capturing everything you can about the request so you can
reproduce it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top