Am fetching token from a place, and want to push JSON to a <base url>?query=token. The token is a field value in a GeoEvent definition. Is there a way to point the parameter attribute of the connector to the field value while setting the output connector?? (Tokens is the event definition for the input connector that fetches the token)
Solved! Go to Solution.
Hi Satwik Mishra,
I don't think this is possible with the out of the box connector.
For what i know Parameter is just a simple static string value. The HTTP Outbound Transport adds this value to the URL.
If there is no hidden magic somewhere, you need a custom output connector.
Best Stefan
Hi Stefan P. Jung it'd be great if you could throw some light!
Hi Satwik Mishra,
I don't think this is possible with the out of the box connector.
For what i know Parameter is just a simple static string value. The HTTP Outbound Transport adds this value to the URL.
If there is no hidden magic somewhere, you need a custom output connector.
Best Stefan