POST (/system/strings/validate)
Accepts an array of strings for validation and returns an array of results of equal size. The domain for these URIs isclient-strings.xboxlive.com.
Remarks
Each result indicates whether the corresponding string is acceptable on XBOX LIVE, and contains the offending string if applicable. Identical strings will always give identical results. If you receive a non-successful result, analyze the result and modify the string accordingly.Note:
The resulting VerifyStringResult will only report the first offending word in the string. There might be additional offending words within the string. If you plan to replace the offending words to make the string usable, you should replace the offending word or substring and then re-verify the string to look for additional offending substrings.
