Is there a way to get data POSTed to a Django view in the order in which it appeared in the HTTP header?
The reason I need this is for PayPal's Instant Payment Notification - you have to acknowledge the notification by sending the data back in exactly the same order to ensure the integrity of the data. I can't figure this one out!