withCredentials(跨域传递 cookie)
跨域上传中如果需要传递 cookie 需设置 withCredentials
。
editor.config.withCredentials = true
当前内容版权归 wangEditor 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 wangEditor .
跨域上传中如果需要传递 cookie 需设置 withCredentials
。
editor.config.withCredentials = true
本文档使用 BookStack 构建