html 带有CORS和Cookies的Swagger-UI
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 带有CORS和Cookies的Swagger-UI相关的知识,希望对你有一定的参考价值。
// Add the follow Code Snippet to index.html from swagger-ui v2.x.x
// ...
window.swaggerUi = new SwaggerUi({
url: url,
// --- --- --- ----
useJQuery: true,
authorizations: {
makeCredentialed: function() {
this.xhrFields = {withCredentials: true}; // The important bit, along with useJQuery
return true;
}
},
// --- --- --- ----
// ...
以上是关于html 带有CORS和Cookies的Swagger-UI的主要内容,如果未能解决你的问题,请参考以下文章
html 在joomla中添加带有php的js cookies
如何使用cookies创建一个带有登录的php页面?
可以在ajax请求的响应中获取django设置的cookies
带有 html2canvas 的 aws s3 - 多个浏览器的 CORS 问题
在使用 Swagger 开发的 NodeJS 上的 ExpressJS 框架中启用跨域资源共享 (CORS)
来自带有 cookie 的平面 HTML 文件的 CORS Ajax 请求