User bio
404 bio not found
Member since Feb 16, 2017
Replies:

I figured out there is a function called SendFormDataURL where you can include the tURL as the first parameter:

set tURL = ..Adapter.URL_"login/login"

set httpRequest = ##class(%Net.HttpRequest).%New()
    set httpRequest.ContentType="application/json"
    do ..ObjectToJSONStream(pRequest,.jsonStream,"aeliw")
    set httpRequest.EntityBody = jsonStream
    
    set tSC = ..Adapter.SendFormDataURL(tURL,.tHttpResponse,"POST",httpRequest)
    

Certifications & Credly badges:
Tom has no Certifications & Credly badges yet.
Global Masters badges:
Tom has no Global Masters badges yet.
Followers:
Following:
Tom has not followed anybody yet.