You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Jan Kyncl <ky...@pcv.cz> on 2006/09/12 11:44:27 UTC

Raw POST data

Hi,

 I´m using ajax application that is sending data like raw POST data /not 
like conventional HTML forms variable=value/

so application is sending something like XML line and $fdat is trying 
interpret this like standard form output, Is there any possibility in 
Embperl to get raw POST data before fdat interpreting ?

Thanks anyway for any sugestions.



Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: Raw POST data

Posted by Gerald Richter <ri...@ecos.de>.
> 
>  I´m using ajax application that is sending data like raw 
> POST data /not like conventional HTML forms variable=value/
> 
> so application is sending something like XML line and $fdat 
> is trying interpret this like standard form output, Is there 
> any possibility in Embperl to get raw POST data before fdat 
> interpreting ?
> 

You can turn off the reading of post data, with optDisableFormData in your
httpd.conf, then you are free to do whatever you want

Gerald



 
** Virus checked by BB-5000 Mailfilter ** 


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org