<?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: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640860#M7968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news! This bug has been fixed by Microsoft. Please update your nuget package for `Microsoft.NETCore.UniversalWindowsPlatform` to 6.1.9.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 18:29:05 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2018-10-12T18:29:05Z</dc:date>
    <item>
      <title>I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640848#M7956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have code for Xamarin Forms iOS and Xamarin Forms Android that gets a config file from the ESRI portal and that works for both platforms.&amp;nbsp; I added the UWP component as we are now going to support UWP and I get a 400 bad request from the item.GetDataAsync() method.&amp;nbsp; I have already logged in and got a list of portal groups, I can select that group and the portal.createasync method appears to work but when I try to get the item with an id from the getdataasync() method that is when I get the 400 error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I put fiddler on the call I see the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;lt;Error&amp;gt;&amp;lt;Code&amp;gt;InvalidArgument&amp;lt;/Code&amp;gt;&amp;lt;Message&amp;gt;Only one auth mechanism allowed; only the X-Amz-Algorithm query parameter, Signature query string parameter or the Authorization header should be specified&amp;lt;/Message&amp;gt;&amp;lt;ArgumentName&amp;gt;Authorization&amp;lt;/ArgumentName&amp;gt;&amp;lt;ArgumentValue&amp;gt;Bearer XkcPcpODgq7bMLP3nLURAPrsXtM9gRbRcUaZf_igsXn5xn_5k0JC0TKuJBYkf2gUmvzeU9j7FE1PXYHR--Cr5hyKhf-cRkptCZp6VsTpXxPx6N3ZCXPKVRGoYVnPpPKVpZn71vMOCeuy_6Cn6J_Pxx2UQrwh5w31I0EGopXSPC5bKdLqvSKAEEs_69eDckTQ8Fl4CLGA2YaxfmmPxS5ZD4tKeLc6qUSvakHEEpv_awI1cA7N2FX1-sdpSPIa5BMG&amp;lt;/ArgumentValue&amp;gt;&amp;lt;RequestId&amp;gt;01BA2DD12883F913&amp;lt;/RequestId&amp;gt;&amp;lt;HostId&amp;gt;dvHaOQtMJgZzEOytj3oem4DkSFBLWN1mVgaZd39Fh4KTzVMOELkKGKtvG3ccb3g+dC5PnXekL98=&amp;lt;/HostId&amp;gt;&amp;lt;/Error&amp;gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Ideas please?&amp;nbsp; Has any got this going on Xamarin Forms UWP.&amp;nbsp; I am using the 100.2.1 runtime.&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640848#M7956</guid>
      <dc:creator>PaulFarrow1</dc:creator>
      <dc:date>2018-06-28T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640849#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also encountered this issue, also using the 100.2.1 runtime, and only on UWP (i.e. works fine for iOS and Android). It is happening when trying to take secured feature layers offline using a&amp;nbsp;DownloadPreplannedOfflineMapJob. The requests to get the .tpk and .gdb files are both responding with "400 bad request" and have the same error message in Fiddler. This seems like a mis-configuration of the&amp;nbsp;request authorizations (the request I am seeing in Fiddler uses all three of those auth mechanisms for the same request). Unfortunately because it's part of the job itself, we have no control over these requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 16:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640849#M7957</guid>
      <dc:creator>MatthewPierce</dc:creator>
      <dc:date>2018-07-04T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640850#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you managed to reproduce the issue reliably? If you have, could you please send us reproducer for this. This sounds not to be specifically related to a single job but a setup of portal item security&amp;nbsp;and authentication.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640850#M7958</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2018-07-05T08:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640851#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not get past this so I can reproduce it every time.&amp;nbsp; The same code works for iOS and Android.&amp;nbsp; I will try to create a repro example before the end of next week and contact support.&amp;nbsp; The code looks very simple it basically does a createasync on the portal and then gets the item via getdataasync.&amp;nbsp; I am assuming that it works for you.&amp;nbsp; I looked for an example on esri github examples but all of those use a public access portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 12:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640851#M7959</guid>
      <dc:creator>PaulFarrow1</dc:creator>
      <dc:date>2018-07-05T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640852#M7960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please include the setup up how your layers are created, what sharing and security options you have with the code. I do my testing mainly on WPF/Native UWP (non-Xamarin) but I haven't seen this happening before. Are you just using ArcGIS Online or is Enterprise/Server involved somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 12:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640852#M7960</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2018-07-05T12:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640853#M7961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel that this has nothing to do with layers at this point as its just trying to download the configuration file for ArcGIS online portal that is picked.&amp;nbsp; It is a really simple thing but it gets that 400 bad request when trying to get the config off the Esri portal online with the getdataasync() api call.&amp;nbsp; Do you have any UWP Xamarin forms examples where you have to authenticate and it then gets the configuration file off of the portal as that might be a good way to go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 12:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640853#M7961</guid>
      <dc:creator>PaulFarrow1</dc:creator>
      <dc:date>2018-07-05T12:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640854#M7962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For us the issue occurs when the web map and layers&amp;nbsp;we are attempting to download via the &lt;SPAN style="background-color: #ffffff;"&gt;DownloadPreplannedOfflineMapJob&lt;/SPAN&gt; are secured&amp;nbsp;with an enterprise account. Making the web map and layers public (i.e. accessible to "Everyone" via the AGOL interface) actually does allow the requests to succeed, and downloads to occur, however, this will not be a viable solution for us in most cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps in diagnosing the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 15:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640854#M7962</guid>
      <dc:creator>MatthewPierce</dc:creator>
      <dc:date>2018-07-05T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640855#M7963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul and Matthew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback. I'm able to reproduce the bug and we'll look into getting it fixed in future releases of the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that GetDataAsync on secured portal item only work in UWP if DefaultChallengeHandler is used (setting OAuth is skipped). The underlying HttpClient is different and EnsureSuccessStatusCode in UWP may throw `Response status code does not indicate success: 400 (Bad Request)`. Apparently it's the Authorization header it doesn't like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following workaround, meanwhile. Only for UWP, remove authorization header for the GetDataAsync request.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token preprocessor"&gt;#if NETFX_CORE&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; EventHandler&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;HttpRequestMessage&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; handler &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;s&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; e&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Headers&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Authorization&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Scheme &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Bearer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt; e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RequestUri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OriginalString&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Contains&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"/data"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Headers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Authorization &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISHttpClientHandler&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpRequestBegin &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; handler&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token preprocessor"&gt;#endif&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; data &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetDataAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token preprocessor"&gt;#if NETFX_CORE&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISHttpClientHandler&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpRequestBegin &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; handler&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token preprocessor"&gt;#endif&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640855#M7963</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T03:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640856#M7964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked beautifully, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 00:24:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640856#M7964</guid>
      <dc:creator>MatthewPierce</dc:creator>
      <dc:date>2018-07-12T00:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640857#M7965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jennifer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying with a possible fix.&amp;nbsp; I have one question though we are currently using the 100.2.1 ArcGIS runtime - is that ArcGISHttpClientHandler available in that runtime ?&amp;nbsp; It looks to me like its only in the 100.3 runtime, am I correct in saying that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 13:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640857#M7965</guid>
      <dc:creator>PaulFarrow1</dc:creator>
      <dc:date>2018-07-12T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640858#M7966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if you're still stuck on this, but I was able to find the handler in 100.2.1:&amp;nbsp;Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to create a new instance, the EventHandler is right on the class itself. Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640858#M7966</guid>
      <dc:creator>MatthewPierce</dc:creator>
      <dc:date>2018-07-13T16:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640859#M7967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Matthew&lt;/P&gt;&lt;P&gt;My bad I think I had some reference issues that made me think this was a problem.&amp;nbsp; Battled with it again this morning and I can confirm that I have it working also.&lt;/P&gt;&lt;P&gt;Thank you for your help there Matthew and ESRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 13:44:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640859#M7967</guid>
      <dc:creator>PaulFarrow1</dc:creator>
      <dc:date>2018-07-16T13:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting a 400 bad request from getting the item from the portal on Xamarin Forms UWP</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640860#M7968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news! This bug has been fixed by Microsoft. Please update your nuget package for `Microsoft.NETCore.UniversalWindowsPlatform` to 6.1.9.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 18:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-a-400-bad-request-from-getting-the/m-p/640860#M7968</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2018-10-12T18:29:05Z</dc:date>
    </item>
  </channel>
</rss>

