RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
user_guide:chilli:coova_json [2021/02/04 09:04] – [llogoff] adminuser_guide:chilli:coova_json [2021/02/04 09:07] (current) – [logoff] admin
Line 187: Line 187:
   * http://10.1.0.1:3990/json/logoff?callback=jQuery331012987580313312852_1612418453858&_=1612418453865   * http://10.1.0.1:3990/json/logoff?callback=jQuery331012987580313312852_1612418453858&_=1612418453865
   * Alternative   * Alternative
 +
 <code javascript> <code javascript>
 { {
Line 204: Line 205:
  }  }
 } }
-</javascript>+</code> 
   * Repsonse   * Repsonse
 + 
 <code javascript> <code javascript>
 { {
Line 230: Line 233:
  }  }
 } }
-</javascript>+</code>
  
   * As you can see the reply is pretty much the same than logon but the **clientstate** is now **0** meaning it logged off fine.   * As you can see the reply is pretty much the same than logon but the **clientstate** is now **0** meaning it logged off fine.