EAP 330 - External Portal Server
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
EAP 330 - External Portal Server
Model :
Hardware Version :
Firmware Version :
ISP :
Hi,
I have a problem with the EAP controller and authentication process.
I followed this : http://www.tp-link.com/fr-be/faq-928.html
My external portal is developped with WEBDEV 22 and i have a problem for send the last POST request : " For EAP controller V2.2.3 or above, the URL is https://controller _server_ip:https_port/extportal/site_name/auth and the query string is “cid=client_mac&ap=ap_mac&ssid=ssid_name& t=time_since_epoch&rid=Radio_id&site=site_name&time=expire_time”. (Step 11)".
I am trying this :
[CODE]sAdresse_URL_Login est une chaîne = "https://ipserv:port/login"
HTTPRequête(URLEncode(sAdresse_URL_Login),"","",URLEncode("name=####&password=####"))[/CODE]
It logs successful because the server answer this : "{"success":true,"message":"Log in successfully.","value":"administrator"}"
[CODE]sAdresse_URL_auth est une chaîne = "https://ipserv:port/extportal/sitename/auth"
URI = "cid=####"+RC+"ap=####"+RC+"ssid=####"+RC+"t=####"+RC+"rid=####"+RC+"site=####"+RC+"time=####"
HTTPRequête(sAdresse_URL_auth,"","", URLEncode(URI),"")[/CODE]
Where #### are the good values. I have tried with "&" instead of "+RC+", same things.
The server send me a JSON response : "{"success":false,"message":"AuthEntry param is null.","value":null}"
What is AuthEntry ? How can I fix it ?
Thanks you,
Sorry for my english I know it is not that good :/
Hardware Version :
Firmware Version :
ISP :
Hi,
I have a problem with the EAP controller and authentication process.
I followed this : http://www.tp-link.com/fr-be/faq-928.html
My external portal is developped with WEBDEV 22 and i have a problem for send the last POST request : " For EAP controller V2.2.3 or above, the URL is https://controller _server_ip:https_port/extportal/site_name/auth and the query string is “cid=client_mac&ap=ap_mac&ssid=ssid_name& t=time_since_epoch&rid=Radio_id&site=site_name&time=expire_time”. (Step 11)".
I am trying this :
[CODE]sAdresse_URL_Login est une chaîne = "https://ipserv:port/login"
HTTPRequête(URLEncode(sAdresse_URL_Login),"","",URLEncode("name=####&password=####"))[/CODE]
It logs successful because the server answer this : "{"success":true,"message":"Log in successfully.","value":"administrator"}"
[CODE]sAdresse_URL_auth est une chaîne = "https://ipserv:port/extportal/sitename/auth"
URI = "cid=####"+RC+"ap=####"+RC+"ssid=####"+RC+"t=####"+RC+"rid=####"+RC+"site=####"+RC+"time=####"
HTTPRequête(sAdresse_URL_auth,"","", URLEncode(URI),"")[/CODE]
Where #### are the good values. I have tried with "&" instead of "+RC+", same things.
The server send me a JSON response : "{"success":false,"message":"AuthEntry param is null.","value":null}"
What is AuthEntry ? How can I fix it ?
Thanks you,
Sorry for my english I know it is not that good :/