[
https://issues.apache.org/jira/browse/NIFI-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gyori resolved NIFI-7896.
-------------------------------
Resolution: Implemented
> 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
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)