uni-凯发k8官方网
凯发k8官方网
收集整理的这篇文章主要介绍了
uni-app——一种通过nginx反向代理处理302重定向请求解决网络请求中无法获取cookie的凯发k8官方网的解决方案
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
配置一层nginx
location /jwglxt {proxy_pass http://jwglxt.zstu.edu.cn;proxy_intercept_errors on;error_page 301 302 307 = @handle_redirects;}location @handle_redirects {set $jsessionid "jsessionid=$upstream_cookie_jsessionid; path=/jwglxt; httponly";add_header 'set-cookie' $jsessionid;return 200 ;}nginx upstream指令配置说明
nginx反向代理处理302跳转
nginx return配置说明
网络请求302跳转
总结
以上是凯发k8官方网为你收集整理的uni-app——一种通过nginx反向代理处理302重定向请求解决网络请求中无法获取cookie的凯发k8官方网的解决方案的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇:
- 下一篇: