12-21-2014 03:15 AM - edited 03-10-2019 10:17 PM
When i try to configure SMS gateway configuration on ISE , i received this message when i configure Data (Url encoded portion):
An exception occurred during the creation of a sms profile. Request not processed - Possible XSS input
Kindly advise
Solved! Go to Solution.
01-01-2015 10:26 AM
Hi Mohamed,
URL encoded portion does not support UTF-8 or UTF-64 encoding patterns. I does only support plain text. An enhancement request for support of encoding formats in filed on ISE 1.3 version.
Thanks,
Naresh
01-22-2015 09:13 AM
Hi Mohamed,
ISE 1.3 does not support UTF-8 or UTF-16 encoding for SMS URL Encoding. Let me check and get you the defect ID for this.
Thanks,
Naresh
12-21-2014 04:19 AM
i use the below config in Data (Url encoded portion): but still same error
An exception occurred during the creation of a sms profile. Request not processed - Possible XSS input
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<send xmlns="http://********/api/sms">
<UserName>*********</UserName>
<PassWord>*********</PassWord>
<SenderName>*******</SenderName>
<MobileNo>$mobilenumber$</MobileNo>
<Msg>$message$</Msg>
</send>
</soap:Body>
</soap:Envelope>
01-01-2015 10:26 AM
Hi Mohamed,
URL encoded portion does not support UTF-8 or UTF-64 encoding patterns. I does only support plain text. An enhancement request for support of encoding formats in filed on ISE 1.3 version.
Thanks,
Naresh
01-22-2015 08:16 AM
01-22-2015 09:13 AM
Hi Mohamed,
ISE 1.3 does not support UTF-8 or UTF-16 encoding for SMS URL Encoding. Let me check and get you the defect ID for this.
Thanks,
Naresh
04-06-2015 02:24 AM
Hi Naresh,
We have a problem with SMS notification. Please find the attached snapshot of current SMS email gateway configuration. Guest is receiving notification when I am providing the exact mobile number instead of 974$mobilenumber$ in SMTP API destination address: field.
We are running ISE 1.3 with patch level 2.
We are using the the default option (Global Default) SMS Gateway providers for our configuration rather creating a custom. Any luck??
11-05-2015 05:27 AM
Hi Mohammed,
Any luck in ISE/SMS configuration? I am experiencing
Our gateway supports WSDL "http://webxyz/smszy/SMSS.asmx?WSDL"
Thanks
12-23-2014 11:35 AM
Symptom:
The message "HTTP Status 400 - Request not processed - Possible XSS input: null" is seen when attempting to validate the NAD's configuration with the Evaluate Configuration Validator tool.
Conditions:
This occurs when there is a '%' sign in the password used, except when it is the first character.
Workaround:
Avoid using '%' as anything other than the first character in a NAD password where the Configuration Validator is to be used.
Known Affected Releases: | (2) |
12-31-2014 06:12 AM
I think this not related to my case as this SMS configuration not NAD config
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide