get changeType
https://onlinesim.io/api/proxy/changeType.phpThis request allows you to switch proxy's transfer protocol between `https` and `socks`.
You might want to use this request when you need to switch the protocols, for example to increase anonymity level.
Security
Parameters
tzidRequired
Operation ID (assigned upon order)
In:
querySchema:
- integerExample:
10000>= 1
langResponse language: fr - French, de - German, ru - Russian, en - English, zh - Chinese
In:
querySchema:
- stringExample:
"en"Enum:frderuenzh
Responses
200
Successful response for `changeIp` request: the server changes proxy transport protocol or throws an exception.
Content Type:
application/json
- Schema
- objectExample:
{"response":1,"connect_type":"https"}Properties:responsemixed1, if the request has been completed successfully, or an error messageExample:1One Of:- integerExample:
0 - stringExample:
"string"
connect_typestringProtocol type to which a change was made (`https` или `socks`)Example:"https"Enum:httpssocks