<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Invoke Http with url containing %2F in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387631#M246367</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/52063"&gt;@jonay__reyes&lt;/a&gt;&amp;nbsp; or&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/109801"&gt;@DeepakDonde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The issue you are encountering if caused by a code change so the the invokeHTTP would encode URLs automatically.&amp;nbsp; This issue is triggered if your URL is already encoded.&amp;nbsp; The URL encoding change will convert all '%' to '%25'.&lt;BR /&gt;&lt;BR /&gt;Workarounds/solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove your url encoding and allow processor to do that encoding.&lt;/LI&gt;&lt;LI&gt;If your URL is not URL encoded already and happens to contain '%' in the URL you can do the following:&lt;UL&gt;&lt;LI&gt;If using Apache NiFi 1.25 verions:&lt;UL&gt;&lt;LI&gt;Upgrade to NIFi 1.26 which contains fix&amp;nbsp;&lt;A class="issue-link" href="https://issues.apache.org/jira/browse/NIFI-12842" target="_blank" rel="13569800 noopener"&gt;NIFI-12842&lt;/A&gt;. (now released)&lt;/LI&gt;&lt;LI&gt;Try adding Apache NiFi 1.26 version of the NiFi standard nar to your 1.25 install.&lt;/LI&gt;&lt;LI&gt;Downgrade to Apache NiFi 1.24&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If using Apache NiFi 2.0.0-M2&lt;UL&gt;&lt;LI&gt;Wait for upcoming release of NiFi 2.0.0-M3 and upgrade, which will contain fix.&lt;/LI&gt;&lt;LI&gt;Downgrade to Apache NiFi 2.0.0-M1&lt;/LI&gt;&lt;LI&gt;Try adding&amp;nbsp; Apache NiFi 2.0.0-M1 Standard nar to your 2.0.0-M2 install and switch to using older 2.0.0-M1 invokeHTTP processor.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please help our community thrive. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 17:40:46 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2024-05-06T17:40:46Z</dc:date>
    <item>
      <title>Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385693#M245798</link>
      <description>&lt;P&gt;I am using Apache nifi invokeHttp processor to call Google API. The url contains a path which i need to encode.So in the URL,only path is encoded e.g. resources%2F8cb90ae6-16cc-4460-99f4-3ae0689b3b66%2Fdata_asset%2FCETIvowels-38.pdf&lt;/P&gt;&lt;P&gt;However whenver I set encoded url, the processor internally replaces &lt;STRONG&gt;%2F&lt;/STRONG&gt; with &lt;STRONG&gt;%252F&lt;/STRONG&gt; which results in HTTP 404 response.&lt;/P&gt;&lt;P&gt;E.g. Nifi convert URL -&amp;nbsp;&lt;EM&gt;&lt;A href="https://storage.googleapis.com/storage/v1/b/t-bis-1hg-jk/o/resources%2F8cb90ae6-16cc-4460-99f4-3ae0689b3b66%2Fdata_asset%2FCETIvowels-38.pdf?alt=media" target="_blank" rel="noopener"&gt;https://storage.googleapis.com/storage/v1/b/t-bis-1hg-jk/o/resources%2F8cb90ae6-16cc-4460-99f4-3ae0689b3b66%2Fdata_asset%2FCETIvowels-38.pdf?alt=media&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://storage.googleapis.com/storage/v1/b/t-bis-1hg-jk/o/resources%252F8cb90ae6-16cc-4460-99f4-3ae0689b3b66%252Fdata_asset%252FCETIvowels-38.pdf?alt=media" target="_blank" rel="noopener"&gt;https://storage.googleapis.com/storage/v1/b/t-bis-1hg-jk/o/resources%252F8cb90ae6-16cc-4460-99f4-3ae0689b3b66%252Fdata_asset%252FCETIvowels-38.pdf?alt=media&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:33:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385693#M245798</guid>
      <dc:creator>DeepakDonde</dc:creator>
      <dc:date>2024-03-28T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385696#M245801</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/109801"&gt;@DeepakDonde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The issue you are describing was caused by a change in Apache NiFi InvokeHTTP&amp;nbsp; processor that tries to URL encode the URL entered.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/NIFI-12513" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-12513&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The fix for this is in&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/NIFI-12785" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-12785&lt;/A&gt;&amp;nbsp;which will be part of the Apache NiFi 1.26 and Apache NiFi 2.0.0-M3 releases.&lt;BR /&gt;&lt;BR /&gt;Since the change that caused this issue was added to Apache NiFi 1.25 and Apache NiFi 2.0.0-M2, you could use and earlier version like Apache NiFi 1.24 or Apache NiFi 2.0.0-M1 to get around the issue until the two above mentioned versions are released.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community thrive. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 17:10:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385696#M245801</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-03-28T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385714#M245806</link>
      <description>&lt;P&gt;Changing Nifi version seems overhead as its running on kubernetes and there are many process groups running on that version. And i am not sure if doing that won't introduce the issues from earlier version.&lt;/P&gt;&lt;P&gt;Is there any work around for this?&lt;/P&gt;&lt;P&gt;Can I use GetHttp instead of InvokeHttp?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 05:27:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385714#M245806</guid>
      <dc:creator>DeepakDonde</dc:creator>
      <dc:date>2024-03-29T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385740#M245809</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/109801"&gt;@DeepakDonde&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/NIFI-12513" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-12513&lt;/A&gt;&amp;nbsp;does not mention GetHTTP processor, so you could certainly try that processor to see if you experience the same issue.&lt;/P&gt;&lt;P&gt;Downgrade would lose all improvements and bug fixes introduced in Apache NiFi 1.25.&amp;nbsp; Otherwise you could wait until 1.26 is released that contains the fix.&lt;BR /&gt;&lt;BR /&gt;The InvokeHTTP processor is part of the NiFi Standard nar which includes a lot of NiFi components.&amp;nbsp; You could also try Downloading just the 1.24.0 standard nar from the maven central repository and adding it the extensions folder of your 1.25.0 NiFi.&amp;nbsp; This would make both the 1.24 and 1.25 versions of many components available in your NiFi.&amp;nbsp; You could then use the 1.24 version of the invokeHTTP&amp;nbsp; over the 1.25 version that has issue.&amp;nbsp; This would allow you to continue to use 1.25 version for all other components.&amp;nbsp; &amp;nbsp;While i have added multiple version of the same nar to my NiFi installations in the past, I have not done so with the standard nar.&amp;nbsp; If you have issues, you can stop your NiFi, remove the added nar and restart so thing go back to previous.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://mvnrepository.com/artifact/org.apache.nifi/nifi-standard-shared-nar/1.24.0" target="_blank"&gt;https://mvnrepository.com/artifact/org.apache.nifi/nifi-standard-shared-nar/1.24.0&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://repo1.maven.org/maven2/org/apache/nifi/nifi-standard-shared-nar/1.24.0/nifi-standard-shared-nar-1.24.0.nar" target="_blank"&gt;https://repo1.maven.org/maven2/org/apache/nifi/nifi-standard-shared-nar/1.24.0/nifi-standard-shared-nar-1.24.0.nar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community thrive. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 14:06:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/385740#M245809</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-03-29T14:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387629#M246365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;! I tried to download the 1.24 InvokeHTTP to my M2 but doesn't seem to work:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; While loading 'org.apache.nifi:nifi-standard-shared-nar:1.24.0' unable to locate exact NAR dependency 'org.apache.nifi:nifi-standard-services-api-nar:1.24.0'. Only found one possible match 'org.apache.nifi:nifi-standard-services-api-nar:2.0.0-M2'. Continuing...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;then:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Loaded NAR file: /usr/local/lib/nifi-2.0.0-M2/./work/nar/extensions/nifi-standard-shared-nar-1.24.0.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-shared-nar-1.24.0.nar-unpacked]&lt;/LI-CODE&gt;&lt;P&gt;then:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Loaded extensions for org.apache.nifi:nifi-standard-shared-nar:1.24.0 in 23 millis&lt;/LI-CODE&gt;&lt;P&gt;and finally:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Found existing bundle with coordinate org.apache.nifi:nifi-standard-shared-nar:1.24.0, will not load /usr/local/lib/nifi-2.0.0-M2/./extensions/nifi-standard-shared-nar-1.24.0.nar&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downloading also the mentioned nifi-standard-services-api-nar logs this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;org.apache.nifi.nar.NarAutoLoaderTask Found ./extensions/nifi-standard-services-api-nar-1.24.0.nar in auto-load directory&lt;/LI-CODE&gt;&lt;P&gt;and:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Starting load process for 1 NARs...
Creating class loaders for 1 NARs...
While loading 'org.apache.nifi:nifi-standard-services-api-nar:1.24.0' unable to locate exact NAR dependency 'org.apache.nifi:nifi-jetty-bundle:1.24.0'. Only found one possible match 'org.apache.nifi:nifi-jetty-bundle:2.0.0-M2'. Continuing...
Loaded NAR file: /usr/local/lib/nifi-2.0.0-M2/./work/nar/extensions/nifi-standard-services-api-nar-1.24.0.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-services-api-nar-1.24.0.nar-unpacked]
Successfully created class loaders for 1 NARs, 0 were skipped
Loaded extensions for org.apache.nifi:nifi-standard-services-api-nar:1.24.0 in 16 millis
Finished NAR loading process!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas how this could actually be done?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 16:30:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387629#M246365</guid>
      <dc:creator>jonay__reyes</dc:creator>
      <dc:date>2024-05-06T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387630#M246366</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/52063"&gt;@jonay__reyes&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi 1.x and NiFi 2.x are major release versions, I would not expect that you could mix component versioned nars successfully between those versions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My suggestion in the above post was you could try:&lt;BR /&gt;1.&amp;nbsp; If using Apache NiFi 1.25, you could add the 1.24 nar.&lt;BR /&gt;2. If using Apache NiFi 2.0.0-M2, you could add the Apache NiFi 2.0.0.-M1 nar.&lt;BR /&gt;&lt;BR /&gt;The NiFi standard nar contains so many core libraries and components, I can't guarantee&lt;BR /&gt;it will load successfully, but have done is successfully in the older releases of Apache NIFi 1.x versions.&amp;nbsp; Never tried with Apache NiFi 2.x major milestone (M1, M2, ...) release versions.&lt;/P&gt;&lt;P&gt;With above being said, Nothing you shared above appears to be an ERROR.&amp;nbsp; So I am no clear in exactly what you mean when you say "&lt;SPAN&gt;doesn't seem to work".&amp;nbsp; Did not startup?&amp;nbsp; Could the UI be accessed?&amp;nbsp; When adding a new component do you see multiple versions for the components included in the standard nar?&lt;BR /&gt;&lt;BR /&gt;When you load in to duplicate nars of different versions, NiFi does not change anything about the components loaded on the canvas.&amp;nbsp; &amp;nbsp;What you should see when dragging and adding new components to the canvas is multiple version options for the same component class to choose from.&amp;nbsp; If you are still using the 2.0.0-M2 version of invokeHTTP, it is still going to have issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help our community thrive. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 17:41:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387630#M246366</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-05-06T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387631#M246367</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/52063"&gt;@jonay__reyes&lt;/a&gt;&amp;nbsp; or&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/109801"&gt;@DeepakDonde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The issue you are encountering if caused by a code change so the the invokeHTTP would encode URLs automatically.&amp;nbsp; This issue is triggered if your URL is already encoded.&amp;nbsp; The URL encoding change will convert all '%' to '%25'.&lt;BR /&gt;&lt;BR /&gt;Workarounds/solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove your url encoding and allow processor to do that encoding.&lt;/LI&gt;&lt;LI&gt;If your URL is not URL encoded already and happens to contain '%' in the URL you can do the following:&lt;UL&gt;&lt;LI&gt;If using Apache NiFi 1.25 verions:&lt;UL&gt;&lt;LI&gt;Upgrade to NIFi 1.26 which contains fix&amp;nbsp;&lt;A class="issue-link" href="https://issues.apache.org/jira/browse/NIFI-12842" target="_blank" rel="13569800 noopener"&gt;NIFI-12842&lt;/A&gt;. (now released)&lt;/LI&gt;&lt;LI&gt;Try adding Apache NiFi 1.26 version of the NiFi standard nar to your 1.25 install.&lt;/LI&gt;&lt;LI&gt;Downgrade to Apache NiFi 1.24&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If using Apache NiFi 2.0.0-M2&lt;UL&gt;&lt;LI&gt;Wait for upcoming release of NiFi 2.0.0-M3 and upgrade, which will contain fix.&lt;/LI&gt;&lt;LI&gt;Downgrade to Apache NiFi 2.0.0-M1&lt;/LI&gt;&lt;LI&gt;Try adding&amp;nbsp; Apache NiFi 2.0.0-M1 Standard nar to your 2.0.0-M2 install and switch to using older 2.0.0-M1 invokeHTTP processor.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please help our community thrive. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 17:40:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387631#M246367</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-05-06T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Http with url containing %2F</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387657#M246375</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;for the quick response. The short version of "why does&amp;nbsp;&lt;EM&gt;it doesn't work"&amp;nbsp;&lt;/EM&gt;means is that nifi keeps working, recognizes the addition of the NARs but no "1.24" versions of components are available in the Processor selection window. I promptly tried the "M1" download workaround and found this as soon as I wget'ed the NAR:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonay__reyes_0-1715069100600.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/40572i79C407E4D1E09E5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="jonay__reyes_0-1715069100600.png" alt="jonay__reyes_0-1715069100600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;text version of the above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INFO Found ./extensions/nifi-standard-shared-nar-2.0.0-M1.nar in auto-load directory
INFO Starting load process for 1 NARs...
INFO Creating class loaders for 1 NARs...
WARN Unable to resolve required dependency 'nifi-standard-services-api-nar'. Skipping NAR '/usr/local/lib/nifi-2.0.0-M2/./work/nar/extensions/nifi-standard-shared-nar-2.0.0-M1.nar-unpacked'
INFO Successfully created class loaders for 0 NARs, 1 were skipped
INFO Finished NAR loading process!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, since it asks for nifi-standard-shared, I'll download it also and:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonay__reyes_1-1715069424608.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/40573i75C3D9580B1DE68B/image-size/large?v=v2&amp;amp;px=999" role="button" title="jonay__reyes_1-1715069424608.png" alt="jonay__reyes_1-1715069424608.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;text version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INFO Found ./extensions/nifi-standard-services-api-nar-2.0.0-M1.nar in auto-load directory
INFO Starting load process for 1 NARs...
INFO Including 1 previously skipped bundle(s)
INFO Creating class loaders for 2 NARs...
WARN While loading 'org.apache.nifi:nifi-standard-services-api-nar:2.0.0-M1' unable to locate exact NAR dependency 'org.apache.nifi:nifi-jetty-bundle:2.0.0-M1'. Only found one possible match 'org.apache.nifi:nifi-jetty-bundle:2.0.0-M2'. Continuing...
INFO Loaded NAR file: /usr/local/lib/nifi-2.0.0-M2/./work/nar/extensions/nifi-standard-services-api-nar-2.0.0-M1.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-services-api-nar-2.0.0-M1.nar-unpacked]
INFO Loaded NAR file: /usr/local/lib/nifi-2.0.0-M2/./work/nar/extensions/nifi-standard-shared-nar-2.0.0-M1.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-shared-nar-2.0.0-M1.nar-unpacked]
INFO Successfully created class loaders for 2 NARs, 0 were skipped&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I also downloaded the jetty package, but:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INFO Starting load process for 1 NARs...
ERROR Found a Jetty NAR, will not auto-load /usr/local/lib/nifi-2.0.0-M2/./extensions/nifi-jetty-bundle-2.0.0-M1.nar
INFO No NARs were unpacked, nothing to do&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, it looks like it's acknowledging the NARs I provide, but after reloading the interface:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jonay__reyes_2-1715070491298.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/40574iD7F0722227AC29F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jonay__reyes_2-1715070491298.png" alt="jonay__reyes_2-1715070491298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You've been very helpful (and quick) providing the causes and several workarounds (I'll go the "build your URL on the fly" way), so thank you a lot and my double "accept as solution" click &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:41:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Invoke-Http-with-url-containing-2F/m-p/387657#M246375</guid>
      <dc:creator>jonay__reyes</dc:creator>
      <dc:date>2024-05-07T08:41:51Z</dc:date>
    </item>
  </channel>
</rss>

