User bio
404 bio not found
Member since Dec 18, 2023
Posts:
Replies:
Alexandra, looks like you have two different namespaces FILERO and FILEROIRIS, could you please double check you are into right namespace ?
I believe you have to post excluding the domain name in the URL (As you already specified domain under Server property of HttpRequest object). From your terminal screenshot , try like below ?
set tSc=AuthToken.Post("/B2C_1A_client_credentials_signIn/oauth2/v2.0/token?ptid=.........")
Certifications & Credly badges:
Global Masters badges:
Shakthi has no Global Masters badges yet.
Followers:
Shakthi has no followers yet.
Following:
Shakthi has not followed anybody yet.
If your requirement is just to capture everything in quotes, the simplest way is to translate when it has quotes.
set object = ##class(%ZEN.proxyObject).%New() set object.ID = ID set object.ID = $TR(object.ID,"""","") set x = ##class(%ZEN.Auxiliary.jsonArrayProvider).%WriteJSONStreamFromObject(.json,object)