gpt4 book ai didi

android - HttpsUrlConnection 不支持 SetRequestMethod?

转载 作者:行者123 更新时间:2023-11-29 14:13:43 25 4
gpt4 key购买 nike

我写了一段代码来建立HttpsUrlConnectionsetRequestMethod 作为PUT。在调试时,我看到该方法为 GET。我的 SetRequestMethod 不工作。我不知道为什么默认 GET 中的 HttpsUrlConnection 方法。

我的代码是这样的

DisbleSSL disble = new DisbleSSL();

disble.disableSSLVerification();

URL url = new URL(url_string);

httpsUrlConnection = (HttpsURLConnection) url.openConnection();

httpsUrlConnection.setDoOutput(true);

httpsUrlConnection.setRequestMethod("PUT");

httpsUrlConnection.connect();

最佳答案

HttpsUrlConnection 肯定支持 setrequestMethod。实际上,它可能在调试控制台中标记错误。

关于android - HttpsUrlConnection 不支持 SetRequestMethod?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36469719/

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