I have DataGrid that connects to REST service. I need to pass some custom HTTP headers (Authorization and others) to fetch operation. How can I do that?
Data store is JsonRestStore.
I have DataGrid that connects to REST service. I need to pass some custom HTTP headers (Authorization and others) to fetch operation. How can I do that?
Data store is JsonRestStore.
Better late than never... Here's a workaround; add this function at the beginning of the dojo.addOnLoad() method.