You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marcus Ely (Jira)" <ji...@apache.org> on 2022/03/22 13:54:00 UTC

[jira] [Updated] (NIFI-8124) Allow Cookie Preservation in Redirects for InvokeHTTP

     [ https://issues.apache.org/jira/browse/NIFI-8124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Ely updated NIFI-8124:
-----------------------------
    Fix Version/s: 1.16.0

> Allow Cookie Preservation in Redirects for InvokeHTTP
> -----------------------------------------------------
>
>                 Key: NIFI-8124
>                 URL: https://issues.apache.org/jira/browse/NIFI-8124
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.15.3
>            Reporter: Shawn Weeks
>            Assignee: Marcus Ely
>            Priority: Minor
>             Fix For: 1.16.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Some authentication systems like 2-way ssl on an F5 Appliance use session cookies during redirection to determine who you are. Currently InvokeHTTP does not preserve these cookies during redirection causing authentication failure. The OkHttp Library supports a Cookie Jar option like curl's "-c" that would allow this to work. This issue is to add the option to enable that feature if needed but leave it disabled by default.
> Of note it appears the Apache HttpClient supports this by default exactly opposite from OkHttp.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)