Hello,
Does someone has a complete documentation on Ruckus Cloud External Captive Portal (Wispr) login?
I found a document on internet and I'm trying do decrypt the user's Ip with an HTTP POST with the following data:
const options = {
method: 'POST',
uri: 'https://cloud.ruckuswireless.com:443/portalintf',
json: {
"Vendor": "Ruckus",
"APIVersion": "1.0",
"RequestUserName": "api",
"RequestPassword": "",
"RequestCategory": "GetConfig",
"RequestType": "DecryptIP",
"UE-IP": uip
}
};When I do the request, I receive a 404 status code with this response:
KFM only
We are using this documentation but it is from 2018 (
https://support.ruckuswireless.com/documents/2403-configuring-ruckus-cloud-wi-fi-hotspot-wispr-api-reference-guide?_ga=2.53523944.1157072522.1594220045-2050202086.1593708731)
Thanks! Best regards,
Cristiano