Hello guys,

I'm trying to get the plain data from a POST (not a submitted form!)
request. Think about such a request:

POST /baz/post_test HTTP/1.1
Host: foobar.baz
Content-Type: text/xml
Content-Length: 666

<abc>
  <def>123</def>
</abc>

How can I access the POST body (the part starting with "<abc> ...") in
CakePHP?

I can't see anything of the POST body if I dump the Controller's data
with debug($this)

Marcus


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to