Closed floatingatoll closed 8 years ago
PSN requires an HTTP header Accept-Language: de
(or ja
, or es
) to present the correct language at the existing login URL.
$ curl -s https://auth.api.sonyentertainmentnetwork.com/login.jsp | grep '<title>'
<title>Sign In: Sony Entertainment Network</title>
$ curl -H 'Accept-Language: de' -s ...
<title>Anmelden: Sony Entertainment Network</title>
$ curl -H 'Accept-Language: ja' -s ...
<title>サインイン: Sony Entertainment Network</title>
$ curl -H 'Accept-Language: es' -s ...
<title>Iniciar sesión: Sony Entertainment Network</title>
A complete list of language two-letter acronyms accepted in the Accept-Language
header is maintained at http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
Looks like PSN takes https://auth.api.sonyentertainmentnetwork.com/login.jsp?request_locale=de
(thanks, unnamed Slack person!)
Verified that =de
, =ja
, =es
all work as expected in that PSN url.
Fixed already. Please verify and close
This is fixed. Please close.
Verified fixed for 5 of 6 languages. As of build 585, the flag of Spain takes me to an English login page.
Verify latest version. Should be fixed
Verified fixed for all 7 languages
Someone reported on Slack that the login pages are always in English, regardless of the language selected in Ishtar before logging in.