使用 REST Alfresco 进行跨域调用 [英] cross domain call using REST Alfresco

查看:38
本文介绍了使用 REST Alfresco 进行跨域调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 REST API 上传文件.http://fiddle.jshell.net/876fzzd5/5/ 是粘贴箱.>

我正在使用 http://malsup.com/jquery/form/#file-upload 跨域上传表单插件.

IE 调试工具显示从服务器收到正确的响应.但是,即使文件上传失败,也会始终调用成功回调.如果我不使用跨域 Ajax 调用,则会调用正确的回调方法(成功/错误).

有人可以告诉我可能是什么问题吗?

解决方案

这是 CORS 过滤器问题吗?如果是这样,我安装的 alfresco 会将 CORS 过滤器在 web.xml 文件中注释掉.我所要做的就是取消对过滤器的注释.这里还有一篇文章,向您展示了如何将 CORS 过滤器放入(如果它还没有):http://www.slideshare.net/jottley/cors-enable-alfresco-for-cors

I am using the REST API to upload a file. http://fiddle.jshell.net/876fzzd5/5/ is the pastebin.

I am using http://malsup.com/jquery/form/#file-upload form plugin to upload cross domain.

IE debug tools shows that the correct response is received from the server. However the success callback is always called even if the file upload fails. If I don't use a cross domain Ajax call then the correct callback methods (success/error) are called.

Could some one let me know what might be the issue?

解决方案

Is this a CORS filter problem? If so, my installation of alfresco had the CORS filter commented out in the web.xml file. All I had to do was uncomment the filter. Also here is a post that shows you how to put the CORS filter in if it is not already there: http://www.slideshare.net/jottley/cors-enable-alfresco-for-cors

这篇关于使用 REST Alfresco 进行跨域调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆