I have a service that I would like to deploy worldwide.
I would like this service to have a unique API URL (like my-service.com/api/
).
I know that China requires user data to be stored on servers in China.
I'm totally fine with that.
But I wonder if I need to have a special URL for Chinese users, like:
my-service
.cn
/api/
for China
my-service
.com
/api/
for the rest of the world.
I know that having a unique entrypoint while redirecting the users to the proper servers is technically possible.
My question is more legal, is there any obligation to expose a dedicated entrypoint with a CN TLD.
question from:
https://stackoverflow.com/questions/65889050/is-cn-top-level-domain-mandatory-to-deploy-services-in-china 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…