15 lines
356 B
Markdown
15 lines
356 B
Markdown
# Network Roaming
|
|
|
|
Api that allows to switch a router from landline to 4G and back
|
|
|
|
## Alcatel MW40V configuration
|
|
|
|
### Find the encryption key
|
|
in default.html:
|
|
|
|
```<meta name="header-meta" content="here_is_the_encryption_key">```
|
|
|
|
### Find the verification key
|
|
in js/sdk.js:
|
|
|
|
```headers['_TclRequestVerificationKey'] = "here_is_the_verification_keys";``` |