No - redirect sends information back to the browser that causes the browser to make another request - GET style attributes can be easily included in there, but the "aside" kind of data that you have in a POST is not sent back.
The closest you could get from a server side type of operation is some sort of dynamic proxy, but that is probably far more complicated than you want. (at a guess) - joe On 5/3/07, Bob T. <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I have a situation where I would like a view to do a redirect to a URL > that is expecting POST (rather than GET) data. GET would be easy, but > how can I do a POST redirect? The URL I would be redirecting to is not > under my control, so I can't just change it to use GET data. > > Thanks, > Bob > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---