<?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: Webhook integration -- Challenge is inserted at the start of the URL parameters in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574570#M26791</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1514228"&gt;@LukeyB&lt;/a&gt;&amp;nbsp;Здравко is correct; the URL parameter order is not supposed to matter, and so the Dropbox webhook system does not guarantee any particular URL parameter order. You'll need to troubleshoot this with the framework itself.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 18:20:16 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-01-31T18:20:16Z</dc:date>
    <item>
      <title>Webhook integration -- Challenge is inserted at the start of the URL parameters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574317#M26786</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working on a Dropbox integration, but am running into a problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The URL I wish to receive the request on has parameters already within the URL. When I try send the verification I find that the challenge is inserted as the first parameter, which breaks the request on the receiving end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg. URL is:&amp;nbsp;&lt;A&gt;https://&amp;lt;WEBSITE&amp;gt;/portal.cgi?http_service=webhook&amp;amp;whitepaper=dropbox_app&lt;/A&gt;, but the verification is sent to&amp;nbsp;GET &lt;A&gt;https://&amp;lt;WEBSITE&amp;gt;/portal.cgi?challenge=&amp;lt;CHALLENGE_CODE&amp;gt;&amp;amp;http_service=webhook&amp;amp;whitepaper=dropbox_app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to work within a prebuilt framework, where the location I wish to receive the webhook calls is determined by the parameters, and the current functionality breaks the request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is more of a feature request I guess, but if anyone has an idea, I'd love to hear!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 19:28:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574317#M26786</guid>
      <dc:creator>LukeyB</dc:creator>
      <dc:date>2022-02-24T19:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration -- Challenge is inserted at the start of the URL parameters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574338#M26787</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1514228"&gt;@LukeyB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I'm trying to work within a prebuilt framework, where the location I wish to receive the webhook calls is determined by the parameters, and the current functionality breaks the request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1514228"&gt;@LukeyB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;That sounds very strange! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Generally order of URL parameters shouldn't have matter. Any HTTP query receiver shouldn't expect particular parameter order! Only existence of mandatory parameters and/or disagreement with unwanted might be expected.&lt;/P&gt;&lt;P&gt;For "a prebuilt framework", that sounds like a bug. Ask environment provider for assistance related to possible settings/preferences, so would be able tune/fix that. 🤷 Or read framework documentation more careful. Alternative can be usage of some of Dropbox SDKs (or your own extension) within your framework if possible; most environments provide way for extensions.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 14:26:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574338#M26787</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-01-30T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration -- Challenge is inserted at the start of the URL parameters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574570#M26791</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1514228"&gt;@LukeyB&lt;/a&gt;&amp;nbsp;Здравко is correct; the URL parameter order is not supposed to matter, and so the Dropbox webhook system does not guarantee any particular URL parameter order. You'll need to troubleshoot this with the framework itself.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 18:20:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/574570#M26791</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-31T18:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration -- Challenge is inserted at the start of the URL parameters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/575203#M26818</link>
      <description>&lt;P&gt;Thanks for the help guys, appreciated! I'll see what I can do on the other end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 05:22:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-integration-Challenge-is-inserted-at-the-start-of-the/m-p/575203#M26818</guid>
      <dc:creator>LukeyB</dc:creator>
      <dc:date>2022-02-03T05:22:07Z</dc:date>
    </item>
  </channel>
</rss>

