Closed
Bug 405904
Opened 17 years ago
Closed 7 years ago
Add API to XMLHttpRequest to enable callers to append the comment area in the UA string
Categories
(Core :: XML, enhancement)
Core
XML
Tracking
()
RESOLVED
DUPLICATE
of bug 1188932
People
(Reporter: mozbugs, Unassigned)
Details
For stats purposes (or perhaps other things), it'd be nice if there was an easy way for an XMLHttpRequest to add to the comment area of the UA string to further signify what was making a request, be it an extension or some app functionality. This is better than an HTTP header because there isn't any extra configuration needed on the server end to record it, as it already shows up in most people's log configurations.
Comment 1•17 years ago
|
||
This feature would be accessible to extensions but not to web pages, right?
Reporter | ||
Comment 2•17 years ago
|
||
Right, chrome only feature.
Comment 3•17 years ago
|
||
see: http://www.mozilla.org/build/revised-user-agent-strings.html#implementation
It does apply for more than XMHttpRequest though.
Reporter | ||
Comment 4•17 years ago
|
||
(In reply to comment #3)
> see:
> http://www.mozilla.org/build/revised-user-agent-strings.html#implementation
>
> It does apply for more than XMHttpRequest though.
>
You mean the extra prefs? Doesn't that apply to *all* HTTP requests? The point of this is to differentiate between requests made by different extensions or components in the browser, as well as differentiate between directly user initiated requests.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•