User bio
404 bio not found
Member since Feb 16, 2017
Replies:
Tom Philippi · Nov 27, 2017 go to post

Okay, I found my error. Somehow my catch-all construction had become empty instead of triggering an Ens.Alert....

Tom Philippi · Nov 27, 2017 go to post

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.
Followers:
Tom has no followers yet.
Following:
Tom has not followed anybody yet.