You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm learning Unifi-API-Client and I have several basic questions.
When implementing a custom portal, before a wifi guest is authorized, is it correct
to say custom portal directly communicate with AP ?
Function authorize_guest() requires a MAC address to be passed.
How do you get such data, when implementing a custom portal ?
Is it something that is sent in HTTP request ?
If negative, how can you get it ?
Are all guests, authorized though authorize_guest(), visible in stat_auths() output ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm learning Unifi-API-Client and I have several basic questions.
When implementing a custom portal, before a wifi guest is authorized, is it correct
to say custom portal directly communicate with AP ?
Function authorize_guest() requires a MAC address to be passed.
How do you get such data, when implementing a custom portal ?
Is it something that is sent in HTTP request ?
If negative, how can you get it ?
Are all guests, authorized though authorize_guest(), visible in stat_auths() output ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions