gpt4 book ai didi

Java HttpURLConnection : Can it cope with duplicate header names?

转载 作者:行者123 更新时间:2023-12-01 16:12:55 25 4
gpt4 key购买 nike

我正在调试 Selenium-rc 代理服务器中的一些代码。罪魁祸首似乎是 HttpURLConnection 对象,其获取 HTTP header 的接口(interface)无法处理重复的 header 名称,例如:

Set-Cookie: foo=foo; Path=/
Set-Cookie: bar=bar; Path=/

通过HttpURLConnection获取 header 的方式(使用getHeaderField(int n)getHeaderFieldKey(int n))似乎是导致我的第二个cookie丢失。我的问题是

  1. HttpURLConnection 本身确实无法应对吗?
  2. 如果是这样,有解决方法吗?

最佳答案

我建议的解决方法是根本不使用 HttpUtilConnection,这是粗暴且不直观的,而是使用 commons-httpclient 代替。

http://hc.apache.org/httpclient-3.x/

关于Java HttpURLConnection : Can it cope with duplicate header names?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/156514/

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