[Vuejs]-Implementing Vue RESTful API calls in Django within Django Templates with Session Authentication

0👍

I changed the http property like so

http: {
    root: window.location.origin,
},

and now it seems to recognise that the request is coming from an authenticated session.

Leave a comment