Hi Bobby, Bobby Roberts wrote: > I'm getting a response back from my ongoing saga with https posting: > The response is as follows: > > UMversion=2.9&UMstatus=Declined&UMauthCode=&UMrefNum=70994924&UMavsResult=No > %20AVS%20response%20%28Typically%20no%20AVS%20data%20sent%20or%20swiped > %20transaction%29&UMavsResultCode=&UMcvv2Result=No%20CVV2%2FCVC%20data > %20available%20for > %20transaction.&UMcvv2ResultCode=&UMvpasResultCode=&UMresult=D&UMerror=Credit > %20card%20has > %20expired.&UMerrorcode=00017&UMbatch=2080&UMfiller=filled > > > Can someone point me in the right direction to get useful information > from this... How can i parse out the returns.
Use the cgi built-in module's parse_qs* functions: http://docs.python.org/lib/node562.html Or an instance of django.http.QueryDict -Rajesh D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---