Monday, January 26, 2015

Redirect to external url with parameters in django

I want when a user do something in my view then i redirect him to another website with some parameters as POST method Like when you submit a form.
I think its may be something like this:

    return HttpResponseRedirect("url","parameters")

How can i do that?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6650db6b-1bd9-4f70-bbee-ed6bca3b95c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment