Re: Conflict between django csrf and credit card clearing?

2010-03-17 Thread Joakim Hove
Hello Peter, thank you very much for your answer. The exception did the job :-) Joakim -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send ema

Re: Conflict between django csrf and credit card clearing?

2010-03-17 Thread pjrhar...@gmail.com
On Mar 17, 7:37 pm, Joakim Hove wrote: > Summary of redirections: > >       Form at my site --> DIBS --> simple view at my site. > > Any tips? > > Joakim My best guess is that the user must be getting posted back to that address when they click a button on the external website. You can probably

Conflict between django csrf and credit card clearing?

2010-03-17 Thread Joakim Hove
Hello, I am using Django to write a sort of web-shop site. For reading credit card information, and reserving the money we use a third part company called DIBS. The flow of the application is roughly like this: 1. The customer peeks around at our site and selects product(s) to buy. 2. When the c