On Sun, 2008-12-07 at 12:02 +0800, Eric Abrahamsen wrote:
[...]
> Thanks for the response, Malcolm. I wonder if I'm looking at the wrong  
> part of the code? forms.fields.URLField.clean() seems to be using a  
> full urllib2.urlopen, not just a HEAD request -- am I looking at the  
> wrong code?

Yeah, looks like you're right. *shrug* In any case, that's not your
problem. Requests to that URL go through fine, whether HEAD or GET. I
even tried it using the user agent that Django would send (unless you
reconfigured it in your settings file) and it worked.

Regards,
Malcolm



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