[
https://issues.apache.org/jira/browse/NIFI-12842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820790#comment-17820790
]
Daniel Stieglitz edited comment on NIFI-12842 at 2/26/24 5:11 PM:
------------------------------------------------------------------
[~wojciechwitos] This may be a sound simple, but can you replace the encodings
in your urls? The two examples you gave already have encodings. See [here
|https://www.w3schools.com/tags/ref_urlencode.ASP]for a listing of what
encodings translate to. Please see the issue links on this ticket. Part of the
fix particularly for NIFI-12513 was to encode the URL
was (Author: JIRAUSER294662):
[~wojciechwitos] This may be a sound simple, but can you replace the encodings
in your urls? The two examples you gave already have encodings. See [here
|https://www.w3schools.com/tags/ref_urlencode.ASP]for a listing of what
encodings translate to. Please see the issue links on this ticket. Part of the
fix particularly for was to encode the URL
> InvokeHTTP version wrong encoding of % in URL
> ---------------------------------------------
>
> Key: NIFI-12842
> URL: https://issues.apache.org/jira/browse/NIFI-12842
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.25.0
> Environment: RHEL 7
> Reporter: WojciechWitos
> Priority: Major
> Attachments: image-2024-02-26-08-10-12-657.png,
> image-2024-02-26-08-11-25-213.png, image-2024-02-26-08-13-14-199.png,
> image-2024-02-26-08-16-36-309.png
>
>
> Hi!
> I've encountered on the version 1.25 issue with encoding of % in invokehttp
> processor.
> It changes every % into %25, which causes error 403 and most of the flows
> don't work.
> On the version 1.24 everything works properly with this processor.
> Here are the screenshots of 1.25:
> !image-2024-02-26-08-10-12-657.png!
> And request:
> !image-2024-02-26-08-11-25-213.png!
> Where on version 1.24 this issue doesn't persist:
> !image-2024-02-26-08-13-14-199.png!
> !image-2024-02-26-08-16-36-309.png!
> Please investigate this issue, it is the blocker of upgrading the environment
> to this version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)