02-17-2019, 10:31 PM
(This post was last modified: 02-17-2019, 10:34 PM by DanBarclay.)
Also see the CustomContentHandlers demo.
You set up the Post URL when the handler is registered. The handler responds when the url (extension to your Intraweb URL) is sent. Accept the inbound data, send a response. As in the demo.
Various call parameters are available, pretty much as would be in a session call, but I think the inbound/outbound strings shown in the demo will give you what you want. Tinker with it a while and you'll learn a lot more.
Of course this is a straight up call. If you want some security on it you'll need to weed out calls you don't want to respond to.
Dan
You set up the Post URL when the handler is registered. The handler responds when the url (extension to your Intraweb URL) is sent. Accept the inbound data, send a response. As in the demo.
Various call parameters are available, pretty much as would be in a session call, but I think the inbound/outbound strings shown in the demo will give you what you want. Tinker with it a while and you'll learn a lot more.
Of course this is a straight up call. If you want some security on it you'll need to weed out calls you don't want to respond to.
Dan

