We are having problems trying to use the Push JSON to External Website output in a GeoEvent Service. Our GeoEvent Server instance is running v10.8 on Windows Server 2016.
The geoevent service runs as expected and outputs json. I have confirmed this by attaching a second output, Write to a JSON file. The json itself is correct and complete.
The external website we need to send the json to is actually hosted locally on the same server. Therefore I first configured the Push JSON output to call the external site at
http://localhost:<port>/api
This URL works in Postman and a web browser on the server, but the geoevent output doesn't work.
I have also configured the output to use a fully qualified URL:
http://<host>:<port>/api
This url isn't working in geoevent server either, although it does work from Postman and a browser.
GeoEvent server is configured to use our proxy server in site settings.
Am I missing a step to get this Push JSON output to work?