Re: Sending POST data and Redirecting to external website from a view

2009-05-30 Thread Lacrima
Hello! This is impossible to redirect a user to external site with post. urllib and urllib2 can only help to fetch data, but not to redirect a user. So if you do not use ssl, you have to use hidden fields where you should specify id and pin. You can make payments much secure using hash algorithm

Re: Sending POST data and Redirecting to external website from a view

2009-05-29 Thread M Godshall
This particular client is non-profit and they have a minimal budget for this, so they requested that I use the payment provider's form since it already has an SSL certificate. I realize getting a SSL certificate and hosting the checkout process on the client's website makes the most sense, but I'

Re: Sending POST data and Redirecting to external website from a view

2009-05-29 Thread Tom Evans
On Fri, 2009-05-29 at 09:52 -0700, M Godshall wrote: > Based on everything that I've read on the subject the last few days, > it sounds like it's impossible to redirect a user to an external url > with POST data. If that's the case, I really need some help figuring > out a secure solution to the

Sending POST data and Redirecting to external website from a view

2009-05-29 Thread M Godshall
Based on everything that I've read on the subject the last few days, it sounds like it's impossible to redirect a user to an external url with POST data. If that's the case, I really need some help figuring out a secure solution to the following scenario: My client wants to use the secure paymen