Peter Gyori created NIFI-7896:
---------------------------------
Summary: Add support for GET request in ListenHTTP
Key: NIFI-7896
URL: https://issues.apache.org/jira/browse/NIFI-7896
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Peter Gyori
Assignee: Peter Gyori
Currently the ListenHTTP processor does not accept GET requests.
Enhance the ListenHTTP processor to support GET requests that are sent to
<ListenHTTP_service_URI>/holds/ids.
The response for GET requests should be "200 OK", and the response body should
contain the IDs of uncommitted holds (in JSON format), or empty JSON list if
there are no uncommitted holds.
If SSL is used and the client certificate's distinguished name does not match
the "Authorized DN Pattern" set on the processor, "200 OK" with an empty list
should be returned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)