Opened 11 years ago
Closed 11 years ago
#11250 closed bug (invalid)
Language Header not the same after AJAX/POST
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when I echo the HTTP_ACCEPT_LANGUAGE directly in my browser it says "da-DK". But when I send an AJAX/POST to the server, the header it receives is just "da"
this is an example of how my jquery .post code looks like: $.post("whatever.php", {action : 'check-login'}, function(data){
console.log(data);
});
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Seems like StackOverflow is the best place to solve this, there's no indication it's due to a jQuery bug and no test case was provided.
Note: See
TracTickets for help on using
tickets.
I have asked on StackOverflow, the URL to the post is: http://stackoverflow.com/questions/9047075/http-accept-language-header-ie8