That makes sense. 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"><<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>></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>
> All,<br>
><br>
> This seems like something simple that I'm just not seeing, but is there a<br>
> way to include a default HTTP header in every request made by OpenLayers<br>
> (including tile requests)?<br>
<br>
</div>No. Tiles are requested via <img> 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>