6 ms·
It's redirecting me to the German version (http://survey.getgrasp.io/de http://survey.getgrasp.io/de), not a great way to welcome traffic from The Netherlands..
by lukedjn 12y ago
It's redirecting me to the German version (http://survey.getgrasp.io/de http://survey.getgrasp.io/de), not a great way to welcome traffic from The Netherlands... :)
- TilmanGriesel 12y agoIt redirects you depending on your browser language... Maybe a bug! Here is the en version: http://survey.getgrasp.io/en http://survey.getgrasp.io/en
- moondowner 12y agoRedirects me to the DE page as well (and it shouldn't), pretty strange bug.
- TilmanGriesel 12y agoWhere are you from? Maybe you can give me your browser lang code from http://aruljohn.com/lang.php http://aruljohn.com/lang.php That would be great :)
- juriansluiman 12y agoYou probably redirect based on the first found locale. Most Dutch users browser with an accept language similar to "nl,en-GB;q=0.8,en;q=0.6,en-US;q=0.4". If you only match on the first ("full") locale and not paying attention to the lower q-valued locales, you might think English is not accepted and you will redirect to your (default?) German site. It's a pretty common bug in locale detection systems (as I designed a few ones myself) :)