Omada SDN software blocks using < and > in WLAN passphrase to prevent XSS attack, work-around?
I have a site that uses several of the EAP225 in stand alone mode and the existing WPA2 passphrase contains < and >.
I'm trying out the Omada SDN controller software and it won't allow the existing passphrases (it calls them security keys) that contain the < and > characters. The error is: Request parameter contains XSS attack.
For example something like <bbbbbb> will fail. I tried escaping them with <bbbbbb> but the Omada doesn't de-escape the string and the passphrase contains the < and > instead of the < or >.
Any suggestions on ways to convince the the Omada software to allow these passphrases?