Bobby -
I've used urllib in a django view for grabbing a json feed. You'll
have to figure out how to handle the format you get your response in.
I would suggest firing up an interactive prompt and trying it out...
it's as simple as:

>>> import urllib
>>> response = urllib.urlopen('https://etc...')

- Ethan

On Jul 14, 9:52 am, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> greetings.
>
> I'm using the urllib to post data to another site.  In the data, I
> have to pass back a url for an "accept" page and url for a "decline"
> page.
>
> Now my very limited understanding of https posting is to allow you to
> send data to a website and get a response without leaving the url you
> are at.
>
> The site i'm hitting supposedly sends returns back as url variables/
> values rather than as a https post.
>
> What is the best way to handle this in Django because I sure can't
> figure it out.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to