On 5/28/06, CloudMagnus <[EMAIL PROTECTED]> wrote:
> The basic Idea is that I am posting some values to one server from my
> site then I am going to get an asynchronous POST back with some data,
> using that information I am supposed to send a request back to them
> with the same information as a validation step.  My question is, can I
> consruct that request in the python code using the django framework, or
> do I need to contruct it using httplib in the python standard library?

Construct it using httplib or urllib or urllib2 -- whichever
standard-library module is most appropriate for you to use.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to