Escaping special characters when using OKTA REST API -


i'm using okta's rest api http://developer.okta.com/docs/api/getting_started/design_principles.html. seems api not allow angle brackets if escaped \ (field: value must not contain html tags) though okta's api allow if entered directly in ui (e.g. last name when editing profile). i'm wondering how can same achieved via api?

angle brackets disallowed both ui , api. example, in ui, if attempted place angle brackets in lastname field, error message stating "the field must not contain html tags".

field validation error

in api, 400 message following errorcause:

{     "errorsummary": "lastname: field must not contain html tags" } 

if absolutely have include angle brackets in username fields, may want consider representing them < , >


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -