I feel like I stumbled on something @GabeFranco posted on how to send a request to a bartender web integration but I can’t find it again, but in general I am struggling because I see a message from Kinetic on function save that
‘HttpClient.Send(HttpRequestMessage)’ is only supported on: ‘Windows’.
As well as other messages… so is there some rest widget for events on app studio that can send a POST to an endpoint without getting those compatibility warnings?
Not sure where to go and what the appropriate and “future proof” way of doing this is…
Thanks Kevin, been a minute since I have developed in Kinetic… been primarily doing business process mapping, analysis, implementing standard workflows again after many years of doing things outside the system or with no process.
My question for y’all is though, when you’re doing this server side, instead of from a client cause it’s in a function, you enforcing timeouts on this stuff? What are you doing to keep these rest calls from impacting everyone else if they hang, etc.?
You can certainly hose the server if you make a bad enough function, but I believe they are run async on a different thread - I haven’t noticed long running rest calls hanging the server for anyone.
Any of the wizards that have access to on prem server and decompiler could probably give a much more technical response to that