【发布时间】:2014-12-08 14:31:43
【问题描述】:
我有一个 HTTP GET 请求,如下所示:
http://nom_serveur:port/WSProject/services/nom_service?method=runJob&arg1=--context_param%20user_name=user&arg2=--context_param%20password=pwd&arg3=--context_param%20request_data=CHAINE_XML
现在,我如何为这个例子构建一个 POST 请求
【问题讨论】:
标签: http request http-post http-get