I am in mainland China. When I try to call the interface, I cannot access it.
I can get the access token normally
https://oauth.battle.net/token?grant_type=client_credentials
response info:
{
“access_token”: “----”,
“token_type”: “bearer”,
“expires_in”: 86399,
“sub”: “----”
}
But when I want to continue calling the game data interface
Connected Realms Search
use host name gateway.battlenet.com.cn
this is url detail
https://gateway.battlenet.com.cn/data/wow/search/connected-realm?namespace=dynamic-classic-cn&status.type=UP&realms.timezone=America%2FNew_York&orderby=id&_page=1&access_token=-------
response info: HTTP ERROR 404