KeyValue
typeThe type of device to target. Possible values: mobile, common.

Supported Devices

  • mobile to execute request on mobile devices.
  • common to execute request on any non-mobile device.

Example using query parameters:

curl -x https://network.joinmassive.com:65535 \
     -U '{PROXY_USERNAME}-type-mobile-country-US:{API_KEY}' \
     https://cloudflare.com/cdn-cgi/trace

This parameter can be used in combination with all other options. The following request targets a mobile IP in New York State and assigns it a persistent session:

curl -x https://network.joinmassive.com:65535 \
     -U '{PROXY_USERNAME}-type-mobile-country-US-subdivision-NY-session-1:{API_KEY}' \
     https://cloudflare.com/cdn-cgi/trace