Member since
03-04-2024
4
Posts
3
Kudos Received
0
Solutions
09-16-2024
12:33 AM
1 Kudo
Hi @MattWho , I tried with invoke http. I made call to handleHttprequest . Issue still present. Doesn't look like any other External factors are affecting the header case. In our implementation we read those flowfile attributes (which came as headers) In execute scripts. Which are giving error now.
... View more
09-10-2024
03:23 AM
1 Kudo
Hi @MattWho , Let me re frame my question like this. When API call is made to nifi where handleHttprequest accepts http requests, There are few attributes in request header (Example: "displayName"). These Requests are received at handleHttprequest processor. When I check attributes of Flowfile, I could see "http.headers.displayname" . Letter 'N' turned into lower case. But I need this to be in original form( http.headers.diplayName). We are currently on 2.0 M2. Is there any configuration I'm missing due to which Request headers are turning into small case.
... View more
09-05-2024
10:03 PM
1 Kudo
We are using nifi as api gateway. Whenever we pass any attributes in request header it should be captured as http.headers.xxxx in flowfile but when checked in flowfile ; header value is coming in small case though we have passed it in caps. In our implementation we have 2 instances of nifi running. One instance doesn't have any issue where as other has .
Please help if there is any configuration I'm missing.
... View more
Labels:
- Labels:
-
Apache NiFi
03-04-2024
08:01 AM
Labels:
- Labels:
-
Apache NiFi