top of page


Aoe2 Validating Subscriptions -
If you are seeing a message explicitly stating your game might be blocked from accessing the internet. Even if you are playing single-player, AoE2 needs to "phone home" to verify you own the game/DLC.
import requests
const isValid = subscription.expiryDate > new Date(); res.json( valid: isValid ); catch (error) console.error(error); res.status(500).json( valid: false ); aoe2 validating subscriptions
bottom of page