Unanswered: Post additional data with REST requests.
Unanswered: Post additional data with REST requests.
Currently I have a Store with a REST proxy attached to it, which posts data to an Entity Framework API, which is then posted into a MS SQL database. When the user logs into the application, they receive a UUID from the server to be used as a session token.
Is there any way to have the store append this UUID to any requests it makes through the REST proxy for identification? Or would this be best done with an Ext.Ajax.request?