[OpenLayers-Users] OpenLayers.Request POST and IE 6/7 issues

Tim Schaub tschaub at opengeo.org
Tue Oct 28 18:45:08 EDT 2008


Ian wrote:
>     Hey-
> 
>     Are you really intending to overload POST (by sending your data as a
>     query string)?
> 
> 
>   I'm not intending to overload POST, but the only way I can get data in 
> to PHP's request array is to use params instead of data (and at that 
> point it is actually a GET). Any other variation and the data is posted 
> in Firebug, but it never makes into PHP's request/post arrays.
> 

$_REQUEST will contain form-encoded parameters (sent as data in a POST).


> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users


-- 
Tim Schaub
OpenGeo - http://opengeo.org
Expert service straight from the developers.



More information about the Users mailing list