<?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>topic Re: Relative URL not working for a http connection in a copy data activity in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036690#M4522</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="763341" data-lia-user-login="joseanmarsol" class="lia-mention lia-mention-user"&gt;joseanmarsol&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Based on the information you provided in your description, you need to verify that the HTTP connection is set up correctly, to be precise: check that the combination of the base URL and the relative URL is correct. For example, make sure that the base URL ends with a / and that the relative URL does not begin with a /.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 08:55:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-11T08:55:30Z</dc:date>
    <item>
      <title>Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4034547#M4495</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;when dealing with a simple data copy activity, I am having trouble to use the relative url in a http connection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get the exchange rates data from the European Central Bank website, which they publish on a daily basis as xml and then put them in a blob storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The base url is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://www.ecb.europa.eu/stats/eurofxref" target="_blank" rel="noopener"&gt;https://www.ecb.europa.eu/stats/eurofxref&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;Then, they three different endpoints:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;"eurofxref-daily.xml"&lt;/LI&gt;&lt;LI&gt;"eurofxref-hist-90d.xml"&lt;/LI&gt;&lt;LI&gt;"eurofxref-hist.xml"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case the first one does not work, I need to get the data from the second one and if that one does not work either, then the third one. Therefore, my idea was&amp;nbsp;to iterate through a parametrized array of the different endpoints, until one is succesfull.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I was trying to check the connection just hardcoding the foirst endpoint as relative url, and it is not working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The surprising part is, if I put the complete url (base + endpoint) in the http connection, it works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 11:46:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4034547#M4495</guid>
      <dc:creator>joseanmarsol</dc:creator>
      <dc:date>2024-07-10T11:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036690#M4522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="763341" data-lia-user-login="joseanmarsol" class="lia-mention lia-mention-user"&gt;joseanmarsol&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Based on the information you provided in your description, you need to verify that the HTTP connection is set up correctly, to be precise: check that the combination of the base URL and the relative URL is correct. For example, make sure that the base URL ends with a / and that the relative URL does not begin with a /.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 08:55:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036690#M4522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-11T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036757#M4524</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;, thanks for trying to help! I checked that and that is not the issue. I tried the combinations, with and without the / in both the base and relative URLs. Could you maybe try to replicate my scenario?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:34:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036757#M4524</guid>
      <dc:creator>joseanmarsol</dc:creator>
      <dc:date>2024-07-11T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036871#M4526</link>
      <description>&lt;P&gt;Besides, per to the info message next to the Relative URL field:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 10:31:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4036871#M4526</guid>
      <dc:creator>joseanmarsol</dc:creator>
      <dc:date>2024-07-11T10:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4122019#M5164</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="763341" data-lia-user-login="joseanmarsol" class="lia-mention lia-mention-user"&gt;joseanmarsol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem and unfortunately no solution.&lt;/P&gt;&lt;P&gt;Are there any solutions?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 06:15:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4122019#M5164</guid>
      <dc:creator>spaceman1205</dc:creator>
      <dc:date>2024-08-28T06:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Relative URL not working for a http connection in a copy data activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4757514#M8147</link>
      <description>&lt;P&gt;I'm having the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the Relative URL is overwriting everything after the last / of the Base URL, instead of concatenating it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Base:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/forums/replypage/board-id/df_pipelines/message-id/4495" target="_blank"&gt;https://community.fabric.microsoft.com/4495&lt;/A&gt;&lt;/P&gt;&lt;P&gt;+&lt;BR /&gt;Relative: hello&lt;BR /&gt;=&lt;/P&gt;&lt;P&gt;Current output:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/forums/replypage/board-id/df_pipelines/message-id/4495" target="_blank"&gt;https://community.fabric.microsoft.com/hello&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think a more logical outcome would be:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/forums/replypage/board-id/df_pipelines/message-id/4495" target="_blank"&gt;https://community.fabric.microsoft.com/4495hello&lt;/A&gt;&amp;nbsp;- but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="763341" data-lia-user-login="joseanmarsol" class="lia-mention lia-mention-user"&gt;joseanmarsol&lt;/a&gt;&amp;nbsp;I agree with you, that message over the Relative URL is deceptive.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 08:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Relative-URL-not-working-for-a-http-connection-in-a-copy-data/m-p/4757514#M8147</guid>
      <dc:creator>davo44</dc:creator>
      <dc:date>2025-07-09T08:51:01Z</dc:date>
    </item>
  </channel>
</rss>

