1

I am calling Nifi's HandleHttpRequest Processor with dynamic Url i.e. with path parameters, for which this processor is not listening to such url.

I am looking for any solution which can help me listen path parameters to HandleHttpRequest processors

Varun Soni
  • 55
  • 6
  • it is listening processor I think. Not sending – Lamanus Jul 29 '19 at 13:17
  • Ya so how can HandleHttpRequest processor listen to dynamic url such as **http://localhost:8066/master/applicationid/1/region/6**, here i am providing application id and region in path. And as this url is dynamic i am not able to set it in **Allowed path** property of the processor – Varun Soni Jul 30 '19 at 09:13
  • Oh, I see. How about using a regular expression for the allowed path? – Lamanus Jul 30 '19 at 09:22
  • 1
    I had tried with regular expression before but i think it was wrong regExp as result it was not working. Now it is working with correct regular expression i tried **http://localhost:8066/master/applicationid/([0-9]*)/region/([0-9]*)** in **Allowed path** property. Thanks @Lamanus for quick response – Varun Soni Jul 30 '19 at 11:30

0 Answers0