[Answer]-401 UNAUTHORIZED error with jquery get method with Tastypie api

1👍

you’re sending a $.POST request with jquery, yet you’re trying to change the type to a GET. Use .ajax if you want to add custom options to the ajax request.

Leave a comment