On 6/17/08, MarcoX <[EMAIL PROTECTED]> wrote: > I tried with httplib e urllib but with no results....
Technically, a redirection represents to return result code 301 or 302 and set field Location in the HTTP response header to absolute URL. HTTP Client then issue a new HTTP request to this URL. Hence you cannot "forward" any post parameter without client side cooperation. You could pass some parameters in query part of URL and/or perhaps via cookie thoroughly built for particular URL. HTH, Peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---