<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2342 HTTP headers appear with different casing than expected</title><link>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2342 HTTP headers appear with different casing than expected</title><link>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected</link><pubDate>Wed, 18 Jun 2025 04:23:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc5f1c88-f96f-4ff2-a12b-89381d9e8b0d</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 6/18/2025 4:23:11 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When calling an Appian WebAPI users see that HTTP headers sent to Appian appear as all lowercase regardless of the original casing.&lt;/p&gt;
&lt;p&gt;Users may also report the following symptoms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Returning received header values sent to an&amp;nbsp;Appian WebAPI have unexpected casing.&lt;/li&gt;
&lt;li&gt;Application code which relies on checking HTTP headers in Appian WebAPIs now fail.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example of SAIL code that will fail or return null when sent a header with value &amp;quot;exampleToken&amp;quot;:&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables( &lt;/span&gt;&lt;br /&gt;&lt;span&gt;l&lt;/span&gt;&lt;span&gt;ocal!exampleToken: http!request.headers.exampleToken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Example of SAIL code that will succeed or return expected values when sent a header with value &amp;quot;exampleToken&amp;quot; or &amp;quot;exampletoken&amp;quot;:&lt;/span&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;local!exampleToken: http!request.headers.exampletoken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Per Appian&amp;#39;s &lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#why-are-http-headers-sent-to-appian-changing-case"&gt;documentation&lt;/a&gt;, this expected behavior&amp;nbsp;due to Appian Cloud&amp;#39;s adherence to the HTTP/2 spec as defined in&amp;nbsp;&lt;a href="https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2" rel="noopener noreferrer" target="_blank"&gt;RFC 7540 section 8.1.2.&lt;/a&gt;&amp;nbsp;HTTP/2&amp;nbsp;does not guarantee that request headers sent by clients will maintain their original casing when returned in the response. Thus, Appian Cloud customers should not rely on case-sensitive HTTP header names in their Web APIs or other portions of their Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Users should update their application design to follow HTTP/2 header specifications and treat headers as case-insensitive. This may include one or both of the following actions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Update integration endpoints to send all headers as lower case.&lt;/li&gt;
&lt;li&gt;Update Appian WebAPIs to check for lower case HTTP headers by updating header casing.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to&amp;nbsp;all versions of Appian Cloud&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: June 2025&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>DRAFT KB-[SUPP-1057] HTTP headers appear with different casing than expected</title><link>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected/revision/2</link><pubDate>Fri, 16 May 2025 03:58:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc5f1c88-f96f-4ff2-a12b-89381d9e8b0d</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Maggie Deppe-Walker on 5/16/2025 3:58:04 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When calling an Appian WebAPI users see that HTTP headers sent to Appian appear as all lowercase regardless of the original casing.&lt;/p&gt;
&lt;p&gt;Users may also report the following symptoms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Returning received header values sent to an&amp;nbsp;Appian WebAPI have unexpected casing.&lt;/li&gt;
&lt;li&gt;Application code which relies on checking HTTP headers in Appian WebAPIs now fail.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example of SAIL code that will fail or return null when sent a header with value &amp;quot;exampleToken&amp;quot;:&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables( &lt;/span&gt;&lt;br /&gt;&lt;span&gt;l&lt;/span&gt;&lt;span&gt;ocal!exampleToken: http!request.headers.exampleToken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Example of SAIL code that will succeed or return expected values when sent a header with value &amp;quot;exampleToken&amp;quot; or &amp;quot;exampletoken&amp;quot;:&lt;/span&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;local!exampleToken: http!request.headers.exampletoken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Per Appian&amp;#39;s &lt;a href="https://docs.appian.com/suite/help/latest/Appian_Cloud_FAQ.html#why-are-http-headers-sent-to-appian-changing-case"&gt;documentation&lt;/a&gt;, this expected behavior&amp;nbsp;due to Appian Cloud&amp;#39;s adherence to the HTTP/2 spec as defined in&amp;nbsp;&lt;a href="https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2" rel="noopener noreferrer" target="_blank"&gt;RFC 7540 section 8.1.2.&lt;/a&gt;&amp;nbsp;HTTP/2&amp;nbsp;does not guarantee that request headers sent by clients will maintain their original casing when returned in the response. Thus, Appian Cloud customers should not rely on case-sensitive HTTP header names in their Web APIs or other portions of their Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Users should update their application design to follow HTTP/2 header specifications and treat headers as case-insensitive. This may include one or both of the following actions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Update integration endpoints to send all headers as lower case.&lt;/li&gt;
&lt;li&gt;Update Appian WebAPIs to check for lower case HTTP headers by updating header casing.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to&amp;nbsp;all versions of Appian Cloud&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: March&amp;nbsp;2025&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>DRAFT KB-[SUPP-1057] HTTP headers appear with different casing than expected</title><link>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected/revision/1</link><pubDate>Fri, 21 Mar 2025 18:25:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc5f1c88-f96f-4ff2-a12b-89381d9e8b0d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/3640/kb-2342-http-headers-appear-with-different-casing-than-expected#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Zach Puderbach on 3/21/2025 6:25:08 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When calling an Appian WebAPI users see that HTTP headers sent to Appian appear as all lowercase regardless of the original casing.&lt;/p&gt;
&lt;p&gt;Users may also report the following symptoms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Returning received header values sent to an&amp;nbsp;Appian WebAPI have unexpected casing.&lt;/li&gt;
&lt;li&gt;Application code which relies on checking HTTP headers in Appian WebAPIs now fail.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example of SAIL code that will fail or return null when sent a header with value &amp;quot;exampleToken&amp;quot;:&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables( &lt;/span&gt;&lt;br /&gt;&lt;span&gt;l&lt;/span&gt;&lt;span&gt;ocal!exampleToken: http!request.headers.exampleToken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Example of SAIL code that will succeed or return expected values when sent a header with value &amp;quot;exampleToken&amp;quot; or &amp;quot;exampletoken&amp;quot;:&lt;/span&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;&lt;span&gt;a!localVariables(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;local!exampleToken: http!request.headers.exampletoken&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This is expected behavior&amp;nbsp;due to Appian Cloud&amp;#39;s adherence to the HTTP/2 spec as defined in&amp;nbsp;&lt;a href="https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2" rel="noopener noreferrer" target="_blank"&gt;RFC 7540 section 8.1.2.&lt;/a&gt;&amp;nbsp;HTTP/2&amp;nbsp;does not guarantee that request headers sent by clients will maintain their original casing when returned in the response. Thus, Appian Cloud customers should not rely on case-sensitive HTTP header names in their Web APIs or other portions of their Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Users should update their application design to follow HTTP/2 header specifications and treat headers as case-insensitive. This may include one or both of the following actions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Update integration endpoints to send all headers as lower case.&lt;/li&gt;
&lt;li&gt;Update Appian WebAPIs to check for lower case HTTP headers by updating header casing.&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to&amp;nbsp;all versions of Appian Cloud&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: March&amp;nbsp;2025&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item></channel></rss>