<?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 custom header values for http request in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221578#M2034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;when adding various service URI's to the map, is it possible to set custom header values to the http request that the ESRI iOS api is making to my arcgis server? The intention here is get through a security policy that places usernames/passwords in the headers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 21:42:40 GMT</pubDate>
    <dc:creator>LukePhilips</dc:creator>
    <dc:date>2012-04-11T21:42:40Z</dc:date>
    <item>
      <title>custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221578#M2034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;when adding various service URI's to the map, is it possible to set custom header values to the http request that the ESRI iOS api is making to my arcgis server? The intention here is get through a security policy that places usernames/passwords in the headers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221578#M2034</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-04-11T21:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221579#M2035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, this is not possible at this time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please elaborate on the security policy you're referring to. The API already supports ArcGIS Server security model (Basic/Digest/Token).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If we have more information about your needs we can try and suggest ways to meet them or build provisions in the API for a future release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 22:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221579#M2035</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2012-05-03T22:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221580#M2036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Unfortunately, this is not possible at this time.&lt;BR /&gt;&lt;BR /&gt;Could you please elaborate on the security policy you're referring to. The API already supports ArcGIS Server security model (Basic/Digest/Token).&lt;BR /&gt;If we have more information about your needs we can try and suggest ways to meet them or build provisions in the API for a future release.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of relying on ArcGIS Server for security, we have a 'mediation platform' (think Layer 7 or Tibco) to give a front end for all service calls to the back-end enterprise. This also handles the security up front and lessens the need for the back end enterprise to try to stay in sync with evolving security access/profiles. Once authenticated this provides basically a pass-through to the ArcGIS Server endpoints, using token values specified in the http request header, not URL parameters. Other http request header values provide for various other logging/tracking of service calls. What I would like simply would be more access to the http request object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 15:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221580#M2036</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-08T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221581#M2037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me add some details to my request. What we have implemented as a security mechanism in front of our services is modeled after OAuth2, and for the OAuth 2.0 API you can pass through your tokens/username/password has header values or URI params, we limit it to header values. Is this type of security planned for the ESRI api's?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Another thought is if it would be possible to have the ESRI api make a request to a URI that is nothing more than '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost" rel="nofollow" target="_blank"&gt;http://localhost&lt;/A&gt;&lt;SPAN&gt;', then for me to intercept that and make the call myself with the Oauth security.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 21:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221581#M2037</guid>
      <dc:creator>LukePhilips</dc:creator>
      <dc:date>2012-05-16T21:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221582#M2038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any news about this issue? We have the same requirement, we need to pass custom headers required by our reverse proxy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that this will be possible with the new Quartz SDK (AGSRequestConfiguration::useHeaders :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/beta/api-reference/interface_a_g_s_request_configuration.html#a47fd4ec9f76579aeab5b7c74a6f68fe6"&gt;https://developers.arcgis.com/ios/beta/api-reference//interface_a_g_s_request_configuration.html#a47fd4ec9f76579aeab5b7c74a6f68fe6&lt;/A&gt;) so I guess we have to wait for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 13:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221582#M2038</guid>
      <dc:creator>GlobalSBB</dc:creator>
      <dc:date>2016-11-08T13:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221583#M2039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terrettaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find this &lt;STRONG&gt;userHeaders&lt;/STRONG&gt; method is available in 10.2.5 (current version of SDK)&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_request_operation.html#a82bac015099d776345c226d9afe42a40" title="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_request_operation.html#a82bac015099d776345c226d9afe42a40"&gt;10.2.5: AGSRequestOperation Class Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try to use this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221583#M2039</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2016-11-08T18:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: custom header values for http request</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221584#M2040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we plan to support sending the oAuth details through headers instead of URI params in a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 22:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/custom-header-values-for-http-request/m-p/221584#M2040</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2016-11-28T22:06:14Z</dc:date>
    </item>
  </channel>
</rss>

