具有自定义 HTTP 标头的 Dojo 数据网格
我有连接到 REST 服务的 DataGrid。我需要传递一些自定义 HTTP 标头(授权等)来获取操作。我怎样才能做到这一点?
数据存储是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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
迟到总比不到好……这是一个解决方法;将此函数添加到 dojo.addOnLoad() 方法的开头。
Better late than never... Here's a workaround; add this function at the beginning of the dojo.addOnLoad() method.