Author |
Message |
Topic: DotNet Web Service |
aflynt
Replies: 5
Views: 32158
|
|
My hypothesis is that the ASP.NET hosting process ignores the first header after the request. I've confirmed this behavior while troubleshooting my own issues with Request.UserAgent. Try sending a req ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
Not that this problem shouldn't be addressed, but have you considered modifying your website to work with all browsers from a single code base instead of having multiple versions?
Yes. Differing (o ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
I've found this post in your bug reports forum that isolates the issue:
http://www.aprelium.com/forum/viewtopic.php?t=12670
The problem is that the ASP.NET hosting process ignores the first head ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
I've reduced the bug to the following reproducible behavior:
1. Install the AbyssWeb server X1 and configure a site on it with ASP.NET 2.0 support.
2. Create a file with the following code and sav ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
The problem is not Abyss Web Server here. The HTTP specification does not force any order on the headers. It is a bug in the client here and we suggest that you file a bug report and ask them to fix t ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
Hello,
I played around with requests with Wireshark to figure out what headers send by the web browser to Abyss cause the UserAgent to be empty, and I've narrowed it down to this:
If the web bro ... |
Topic: Request.UserAgent OSX Safari Empty |
aflynt
Replies: 11
Views: 44049
|
|
When using Safari 3.0.4 on Mac OSX 10.5.2, the HttpContext.Current.Request.UserAgent string is empty. Firefox 2.0.0.12 on OSX 10.5.2 reports the correct info, though. Running the same code under iis ... |
|