Re: [HAPI-devel] Restricting inbound connections to a known IP address

2020-09-25 Thread Walter Kelt
Hi David; I have not dug into the bowels of the HAPI Server implementation, so I could be off base, but I’ll throw this our there nonetheless. I believe you have several options, one of which you mention….using the firewall. Other options 1) Programmatic: implement your own “baby application

[HAPI-devel] Restricting inbound connections to a known IP address

2020-09-25 Thread david.mblackburn--- via Hl7api-devel
Hi All, I have been using HL7 HAPI for a while now but have been recently asked if we could restrict the server listener so that only designated ip addresses can connect, when invoking the server there doesn't appear to be a way to do this unless I use an external firewall on the server machine