为了账号安全,请及时绑定邮箱和手机立即绑定

服务器发送请求 firebase java.net.protocolexception

服务器发送请求 firebase java.net.protocolexception

九州编程 2021-05-31 17:31:29
我正在尝试使用 firebase 发送通知......代码在7 天前工作,但现在我得到的只是(java.net.protocolexception 在响应被读取后无法写入请求正文) 每当我调用conn.getOutputStream();谢谢你们的帮助URL url = null;                try {                    url = new URL("https://fcm.googleapis.com/fcm/send");                    try {                        HttpURLConnection conn = (HttpURLConnection) url.openConnection();                        conn.setRequestMethod("POST");                        conn.setUseCaches(false);                        conn.setDoInput(true);                        conn.setDoOutput(true);                        conn.setRequestProperty("Authorization","key=someKey");                        conn.setRequestProperty("Content-Type", "application/json; UTF-8");                        JSONObject data= new JSONObject();                        JSONObject jsonObject=new JSONObject();          
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 121 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信