- Log in to post comments
User bio
404 bio not found
Member since Feb 16, 2017
Posts:
Replies:
Okay, I found my error. Somehow my catch-all construction had become empty instead of triggering an Ens.Alert....
- Log in to post comments
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)
- Log in to post comments
Certifications & Credly badges:
Tom has no Certifications & Credly badges yet.
Followers:
Tom has no followers yet.
Following:
Tom has not followed anybody yet.
I'll contact wrc.