Utiliser votre proxy
Partage Wi-Fi
Le partage Wi-Fi permet à un téléphone d'utiliser deux réseaux à la fois : le tunnel de contrôle passe par votre Wi-Fi, tandis que le trafic proxy sort toujours par la SIM. L'IP de sortie reste cellulaire ; votre forfait de données mobiles fait environ la moitié du travail.
Comment ça marche
Wi-Fi split is an explicit preference and starts off disabled. Enable it in the phone app, dashboard, or API when you want the control tunnel to use Wi-Fi while proxy egress remains cellular. The desired setting can briefly differ from what the phone reports while a command is pending.
Quand il est actif
It is active only after you enable it and the paired phone reports that Wi-Fi is enabled. If Wi-Fi disappears, cellular egress remains available and the reported state changes separately from your saved preference.
Lire le statut
Read wifi_split as the desired setting and reported.wifi_enabled as the phone's observed state. reported.wifi_can_toggle tells you whether Android permits remote Wi-Fi changes.
curl https://mobileproxy.app/api/v1/subscriptions/SUBSCRIPTION_ID/state \
-H "Authorization: Bearer mpx_live_…"
# → { "subscription_id": "sub_…", "wifi_split": true,
# "reported": { "wifi_enabled": true, "wifi_can_toggle": false, … }, … }Plus de détails sur la lecture de l'état d'un appareil dans Statut et consommation.