jrf
jrf

Reputation: 41

Breeze JS Security and Headers

We have used Breeze in our solution and it is working well. However, we are now at a place where we need to pass some identifying information as part of the header when we make the WebAPI call. How is this accomplished with Breeze queries?

Upvotes: 0

Views: 93

Answers (1)

coni2k
coni2k

Reputation: 2585

I assume this link should help you;
http://www.breezejs.com/documentation/controlling-ajax

In general, you need to configure the internal ajax adapter (probably jQuery) before making a request.

Upvotes: 1

Related Questions