Select to view content in your preferred language

Add an HTTPS input with Headers to GeoEvent

524
2
07-19-2023 07:47 AM
IngJuanMaSuarez
Esri Contributor

Hello everyone.

I have a URL over HTTPS that uses the GET method and contains credentials (username and password) in the headers, something like this:

I want to configure an input connector in GeoEvent Manager to read the above URL. I tried using the "Poll an External Website for JSON" connectors, but even though I enter the parameters, the counter does not progress. I also tried "Receive JSON on a REST Endpoint," but it does not allow me to enter URL or headers.

url-poll-in.png

rest-json-in.png

What type of connector can I use, or how can I configure GeoEvent Manager to read a URL with GET method and Headers?

2 Replies
jcziesch
New Contributor II

I am not sure what you are trying to request but you may want to expand on your new GeoEvent definition file if your json request contains nested lists. Import the new file as you are doing then edit it making sure your file is set up correctly for the json request and properties.

0 Kudos
jcziesch
New Contributor II

Also you may need to look at adding a proxy since you are using https 

https://enterprise.arcgis.com/en/geoevent/latest/administer/managing-global-settings.htm#ESRI_SECTIO...

0 Kudos