gpt4 book ai didi

java - 如何让 Java Applet 使用客户端证书和 session cookie 进行跨域请求?

转载 作者:搜寻专家 更新时间:2023-11-01 00:56:17 26 4
gpt4 key购买 nike

我的 Java Applet 有问题,我无法发送正确的 cookie。流程如下:

Web sequence flow

如果端口 80 上没有 crossdomain.xml 文件,Applet 根本拒绝执行任何 CORS 请求,但是对于 crossdomain-file,请求通过但没有任何 cookie。但是,客户端证书是在请求中发送的。

还值得一提的是,JNLP 是从与 REST 接口(interface)相同的域下载的,这应该允许 Java 与该域进行通信。

如何让 Java 使用 cookie 发出 REST 请求。 session cookie 没有启用 HTTP_ONLY 或安全标志。

最佳答案

Since the Java 6 Update 10 release (2008-10-15), unsigned applets can now make network connections to remote servers (servers that are different from the server that hosts the applet) using a special XML file called crossdomain.xml file. That file must be accessible on the server that the applet is trying to connect to.

You have to sign your applet, to make crossdomain requests.

关于java - 如何让 Java Applet 使用客户端证书和 session cookie 进行跨域请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27481528/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com