Authorization: Token XXXXXAPP_ID: XXX
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fram...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Django REST framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-rest-framework/eN7cQqZ5Oik/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-rest-fram...@googlegroups.com.
i found it in the documentation. it took me a while to understand that was the server cutting out the headers.
On Wed, Jun 26, 2013 at 7:59 PM, Tom Christie <christ...@gmail.com> wrote:
Some web servers (For example, Apache I think?) strip the authentication header. Have a search around for configuring the header with whichever web server you're using.
HI all.You received this message because you are subscribed to the Google Groups "Django REST framework" group.i've a project deployed on EC2 of amazon. it works on token authentication plus an authentication that i developed.basically it needs:Authorization: Token XXXXXAPP_ID: XXXin the headerif i test it on my pc everything works.when deployed on EC2 i've back this{"detail": "Authentication credentials were not provided."}configuration is the same for the restAPI. i don't understand where the problem is.--
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsub...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Django REST framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-rest-framework/eN7cQqZ5Oik/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-rest-framework+unsub...@googlegroups.com.
--
Stefano