Member since
08-18-2023
1
Post
0
Kudos Received
0
Solutions
08-18-2023
11:08 AM
I have an invokehttp setup that validates if a product id exists by calling an api from an external service. Both services (nifi, and django) are authenticated and the call from nifi is authorized by django service. The only weird issue is that my url in invokehttp: https://<hostname>.com/products?productid=12 works perfectly fine with direct call, but when it's configured in invokehttp it responds with "not found". When I look through my django logs, I can see the request is authenticated and authorized but the call does not include the parameter, rather it includes only https://<hostname>.com/products I have sslcontext and oauthtokenprovider service configured and working without issues. I'm a bit confused as to why this isn't working, my only thinking is invokehttp 1.20 requires a different url for parameters? This did work in 1.18 invokehttp.
... View more
Labels:
- Labels:
-
Apache NiFi