如何在Java

时间:2018-02-04 13:15:19

标签: java url curl

您好我正在尝试通过Java中的CURL访问该链接。

这是我的CURL命令:

curl -X POST --insecure --header "Content-Type: application/json" --header "Accept: application/json" -d "{\"searchText\":\"10200597\",\"qf\":\"applId\"}" “https://ped.uspto.gov/api/queries

我尝试使用HttpURLConnection,但它对我不起作用。有没有最好的方法来访问命令?

先谢谢。

1 个答案:

答案 0 :(得分:0)

使用Array ( [TIMESTAMP] => 2018%2d02%2d05T05%3a25%3a03Z [CORRELATIONID] => 4dce78895e2a8 [ACK] => Failure [VERSION] => 94 [BUILD] => 43477490 [L_ERRORCODE0] => 10009 [L_SHORTMESSAGE0] => Transaction%20refused [L_LONGMESSAGE0] => You%20can%20not%20refund%20this%20type%20of%20transaction [L_SEVERITYCODE0] => Error ) 我们可以解决这个问题:

以下是示例代码:

ProcessBuilder