Rothlú IP
Naisc rothlaithe
A rotation link is a tokenized endpoint for scripts and tools that can send an explicit HTTP POST. Opening it as a normal browser URL sends GET and does not rotate the device.
Cruthaigh nasc
Create the link with an authenticated POST. Treat the returned token as a secret because callers do not send a separate authorization header.
curl -X POST \
https://mobileproxy.app/api/v1/subscriptions/SUBSCRIPTION_ID/rotation-links \
-H "Authorization: Bearer mpx_live_…"
# → { "token": "rk_9f2c81d4e7",
# "url": "https://mobileproxy.app/rotate/rk_9f2c81d4e7" }Úsáid é
Trigger the link with HTTP POST. Do not paste it into an address bar or configure it in a tool that only fetches rotation URLs with GET.
curl -X POST https://mobileproxy.app/rotate/rk_9f2c81d4e7
# → { "status": "rotating", "device": "…" }Caith leis an token mar phasfhocal
Is féidir le duine ar bith a bhfuil an nasc aige IP an ghléis sin a rothlú. Roinn é le huirlisí a bhfuil muinín agat astu amháin, agus cúlghair é an nóiméad nach dteastaíonn sé uait.
Cúlghair é
curl -X DELETE https://mobileproxy.app/api/v1/rotation-links/rk_9f2c81d4e7 \
-H "Authorization: Bearer mpx_live_…"Baineann an caighnít sár-iarrachta céanna leis mar a bhaineann le haon rothlú — féach Conas a oibríonn rothlú. Spreagann nasc athdhiailiú; is faoin iompróir atá sé an eiseoidh sé exit_ip nua.