1024programmer Java Brother, please help me take a look at this java2php.

Brother, please help me take a look at this java2php.

Is the header they talk about the same as the header using curl?

 ...
   URL httpUrl = new URL(billing_url);
   HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection();
   http.setRequestProperty("opcode", String.valueOf(opcode)); //Header
   http.setRequestProperty("appkey",appkey); //Header
   http.setRequestProperty("sign", sign); //Header
   http.setRequestProperty("tag", String.valueOf(tag)); //Header
   http.setRequestProperty("channelId",String.valueOf(channelId)); //Header
   http.setConnectTimeout(3000);
   http.setRequestMethod("POST"); //post method
   http.setDoInput(true);
   http.setDoOutput(true);
   PrintWriter out = new PrintWriter(http.getOutputStream());
   out.print("data="+data); //Pay attention to the data transmission method
   out.flush();
   ...
 

This question has been closed for:

Reply content:

Is the header they are talking about the same as the header using curl?

 ...
   URL httpUrl = new URL(billing_url);
   HttpURLConnection http = (HttpURLConnection)httpUrl.openConnection();
   http.setRequestProperty("opcode", String.valueOf(opcode)); //Header
   http.setRequestProperty("appkey",appkey); //Header
   http.setRequestProperty("sign", sign); //Header
   http.setRequestProperty("tag", String.valueOf(tag)); //Header
   http.setRequestProperty("channelId",String.valueOf(channelId)); //Header
   http.setConnectTimeout(3000);
   http.setRequestMethod("POST"); //post method
   http.setDoInput(true);
   http.setDoOutput(true);
   PrintWriter out = new PrintWriter(http.getOutputStream());
   out.print("data="+data); //Pay attention to the data transmission method
   out.flush();
   ...
 

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/brother-please-help-me-take-a-look-at-this-java2php-2/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索