I am making a WMS request from a simple OpenLayers client to Mapserver which is in turn calling another WMS server. My problem is, is that the call from MapServer to the secondary WMS server has an extra paramater tacked on: EXCEPTIONS=application/vnd.ogc.se_inimage (I saw this going through Wire Shark which is a packet sniffer), and when I grab the exact call, strip out that argument, the image returns fine. Is there a way to specify, in the map file, that I either do not want this? Note, that the request coming from OpenLayers does not have this argument (I found this out via Firebug).<div>
<br></div><div>Here is a layer out of my map file:</div><div><br></div><div><div> LAYER</div><div>  # name of layer</div><div>  #</div><div>  NAME &quot;Infrared1995&quot;</div><div>  GROUP &quot;newjerseywms&quot;</div><div>
  </div><div>  # what type of data is this?</div><div>  TYPE RASTER</div><div><br></div><div>  # always returned with interface</div><div>  STATUS ON</div><div><br></div><div>  CONNECTION &quot;<a href="http://njwebmap.state.nj.us/njorthos">http://njwebmap.state.nj.us/njorthos</a>&quot;</div>
<div>  CONNECTIONTYPE WMS</div><div>  METADATA</div><div>    &quot;wms_srs&quot;             &quot;EPSG:4326&quot;</div><div>    &quot;wms_name&quot;            &quot;Infrared1995&quot;</div><div>    &quot;wms_server_version&quot;  &quot;1.1.1&quot;</div>
<div>    &quot;wms_format&quot;          &quot;image/png&quot;</div><div>  END</div><div> END</div><div><br></div><div>Thanks!</div><br>-- <br>web <a href="http://www.hyxspace.com">http://www.hyxspace.com</a><br>aim hyx1138<br>

</div>