2

我正在编写一个网站,它将使用 Google 文档查看器显示文档。当用户登录网站并为每个请求验证它们时,我正在设置 cookie。当我在客户端使用 DocViewer 插件进行显示时,它不会发送 cookie 并且无法通过身份验证来访问资源。我该如何克服呢?

我的文档查看器代码是这样的:

var url = configService.getDocumentDownloadPath()+'?documentId='+$scope.document.documentId;
url = 'http://docs.google.com/viewer?url='+ encodeURIComponent(url) + '&embedded=true';

有什么建议么?

4

0 回答 0