[tbnl-devel] verbatim post parameter access?

Zach Beane xach at xach.com
Mon Feb 21 15:58:21 UTC 2005


I'm implementing a PayPal IPN handler in TBNL. The process works like
this:

   1. paypal receives a payment for your account

   2. paypal POSTs the details of the transaction to an URL you
      specify, e.g. http://tbnlhosting.com/xach/process-ipn

   3. you POST the body of their POST back to a paypal URL, with one
      additional variable appended

   4. paypal replies to the POST with "VERIFIED" or "INVALID"

Is it possible to get the verbatim body of a POST request with TBNL? I
noticed there's a header-in value of "content-stream", but it's not
documented.

Zach



More information about the Tbnl-devel mailing list