Habría que realizar una petición POST con la siguiente URL (donde indica <TOKEN> sería poner el token devuelto en peticiones anteriores):
http://192.168.1.1/getpage.lua?pid=101&&<TOKEN>&nextpage=ManagDiag_UsrCfgMgr_t.lp
Cabecera de la petición:
Host: 192.168.1.1 User-Agent: <COPIAR_DE_UNA_PETICIÓN_DE_USER_AGENT_DE_CADA_NAVEGADOR> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://192.168.1.1/ Content-Type: multipart/form-data; boundary=---------------------------<COPIAR_EL_BOUNDARY_DE_OTRA_PETICIÓN_POST> Content-Length: <TAMAÑO_DEL_CONTENIDO> DNT: 1 Connection: keep-alive Cookie: _TESTCOOKIESUPPORT=1; SID=<SID_devuelto_de_peticiones_anteriores> Upgrade-Insecure-Requests: 1
Cuerpo de la petición (donde indica <TOKEN> sería poner el token devuelto en peticiones anteriores):
-----------------------------<COPIAR_EL_BOUNDARY_DE_OTRA_PETICIÓN_POST> Content-Disposition: form-data; name="config" -----------------------------<COPIAR_EL_BOUNDARY_DE_OTRA_PETICIÓN_POST> Content-Disposition: form-data; name="TOKEN_DOWNLOAD" <TOKEN> -----------------------------<COPIAR_EL_BOUNDARY_DE_OTRA_PETICIÓN_POST>--