Multitech FF830 Guía de usuario Pagina 104

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 151
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 103
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 104
Verify User
Authenticates the user and then simply returns 200 OK.
HTTP Request line:
GET /ffws/v1/verify HTTP/1.0
HTTP Response Status Codes:
200 OK
Verified
Example:
GET /ffws/v1/verify HTTP/1.0
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Verified</message>
</response>
Retrieving information about the FaxFinder
Sending a GET request to /ffws/v1/about will return information about the FaxFinder.
HTTP Request line:
GET /ffws/v1/about HTTP/1.0
HTTP Response Status Codes:
200 OK
Success
Example:
GET /ffws/v1/about HTTP/1.0
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Success</message>
<about>
<model>FF230</model>
<version>2.0</version>
</about>
</response>
Vista de pagina 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 150 151

Comentarios a estos manuales

Sin comentarios