Are you using the development server?  If so, how about sticking a
pdb.set_trace() at line 510 of
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py
to see what you're really getting?

On 3/13/12, hack <scottma...@gmail.com> wrote:
> Yes, I added @csrf_exempt and not I get a 500 error instead.  I'm not sure
> what the deal is.
>
> On Tuesday, March 13, 2012 10:09:37 PM UTC-4, Matt Schinckel wrote:
>>
>> That response indicates you do not have permission to access that resource
>>
>> on that server. Are you sure you are hitting the correct URL?
>>
>> You may want to look into requests, it is a nicer interface for
>> interacting with http servers.
>>
>> Matt.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/qyd4mTfFDZgJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to