Look at urllib2 (google)
You should be able to do something like
return HttpResponse(urllib2.urlopen('http://www.your-url.ext/uri'))
2009/4/1 Albert <[email protected]>
>
> cross domain ajax request is not allowed ,so I decide to use proxy on
> the server side
> but I don't know how to finish this, anyone point me some url?
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---