That makes sense. &nbsp;Thanks for the help!<br clear="all"><br>Terry Austin<br>Progressive Partnering<br>
<br><br><div class="gmail_quote">On Mon, Dec 15, 2008 at 2:27 PM, Christopher Schmidt <span dir="ltr">&lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">On Mon, Dec 15, 2008 at 01:33:59PM -0600, Terry Austin wrote:<br>
&gt; All,<br>
&gt;<br>
&gt; This seems like something simple that I&#39;m just not seeing, but is there a<br>
&gt; way to include a default HTTP header in every request made by OpenLayers<br>
&gt; (including tile requests)?<br>
<br>
</div>No. Tiles are requested via &lt;img&gt; tags, which do not support most<br>
aspects of HTTP from a programatic perspective. Changing this would mean<br>
switching to XMLHttpRequests for tile data, which is possible, but more<br>
difficult, and would not work across servers as tile requeests currently<br>
do.<br>
<br>
Regards,<br>
<font color="#888888">--<br>
Christopher Schmidt<br>
MetaCarta<br>
</font></blockquote></div><br>