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
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 suspect I'm missing something easy, and there are only four other discussions with the word comma in them. With the example URL:
https://dev74764.service-now.com/api/now/table/sys_choice?table=incident&element=subcategory&inactive=false&language=en&sysparm_fields=label,value,sequence
The commas get encoded as
sysparm_fields=label%2Cvalue%2Csequence
, which breaks the request.Which breaks the request. Is there a way to stop this behavior?
Beta Was this translation helpful? Give feedback.
All reactions