Yes, absolutely.

You have all the form data in the request object that comes into the
view - you can use that to tweak data and send off another request
externally. It's relatively high latency, but it definitely is
possible.

-joe

On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I dunno if this is possible or not. I have a form that posts to a
> third party. It's a paypal payment processing type thing. What I want
> to do is go through a view (or middleware??) and do something before I
> go on to where the form was posting to. But I need to pass all the
> form data on to the third party without losing it. So is it doable?
>
>
> >
>

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

Reply via email to