腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
GET
Request
by
CURL
忽略
参数
、
、
、
、
我正在尝试调用带有params的
GET
请求。问题是响应
忽略
了
参数
。这是卷曲: -H 'Accept: application/json' \如何调用
GET
请求和组合
参数
?
浏览 26
提问于2019-07-22
得票数 0
1
回答
只返回多个
get
参数
请求中的第一个
参数
、
、
我有以下api
curl
请求:在我的http handler function中,它有
参数
:w http.ResponseWriter,r *http.
Request
,我有代码: defer r.Body.CloserespondWithError(w,http.StatusBadRequest,"InvalidQuery&
浏览 3
提问于2018-09-17
得票数 0
回答已采纳
3
回答
缺少必需的
参数
,包括一个无效的
参数
值,
参数
使用LinkedIn API不止一次。
、
、
、
、
代码: $code = $_
GET
["code"];$state = $_
GET
["state"];
curl
_setopt_array($
cu
浏览 6
提问于2015-02-18
得票数 3
回答已采纳
2
回答
通过应用程序接口使用PHP和
cURL
将文件上传到RapidShare
、
、
我正在尝试使用他们的应用程序接口和带有
cURL
的PHP将文件上传到RapidShare。到目前为止,我得到了以下代码:$ch =
curl
_init();
curl
_setopt($ch, CURLOPT_HEADER, 0);
curl
_setopt($ch, CURL
浏览 1
提问于2012-06-12
得票数 0
回答已采纳
2
回答
带
参数
的远程函数调用
、
function
get
_url($
request
_url) {
curl
_setopt($ch, CURLOPT_URL, $
request
_url);
curl
_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); $response=
curl
_exec($ch);
浏览 4
提问于2015-10-01
得票数 2
回答已采纳
2
回答
Python:如何在Flask中从URL中获取多个变量?
、
、
、
、
我正在尝试从Flask中的url中获取多个
参数
。在阅读了之后,我想我可以这样做:def getQ(
request
): print
request
.args.
get
('b') retu
浏览 3
提问于2014-02-15
得票数 6
回答已采纳
1
回答
未接收从
curl
post传递的所有查询
参数
的Mux处理程序
、
我无法使用Mux接收所有查询
参数
。http.ListenAndServe(":8080", router)) widthParameter := r.URL.Query().
Get
("width") heightParameter := r.URL.Query().
Get
("height
curl
浏览 3
提问于2018-05-21
得票数 1
回答已采纳
2
回答
CURLOPT_TIMEOUT根本不起作用(php)
、
、
、
我正在使用
curl
并正确地设置所有
参数
(据我所知),但是CURLOPT_TIMEOUT被
忽略
了,并且允许无限循环。= array( CURLOPT_US
浏览 0
提问于2014-09-09
得票数 5
回答已采纳
2
回答
如何在访问API时防止未定义的属性: stdClass::$data
、
、
stdClass::$ data //Post
Request
of plan entries 'TravelEndDate' => $
request
->return_date, 'CoverOption' =>$
r
浏览 2
提问于2018-10-09
得票数 0
2
回答
使用
curl
发布和获取
参数
、
我正在尝试使用url替换传递
参数
(例如。.../?id=123)与卷曲。如果无法使用
curl
,则
忽略
此项。
curl
_setopt($
curl
_connection($
curl
_connection, CURLOP
浏览 2
提问于2012-06-07
得票数 0
1
回答
将变量传递给Google Cloud Functions
、
、
我刚刚使用HTTP触发器在Beta Python3.7运行时中编写了一个Google Cloud Function。现在,我正在尝试弄清楚如何在调用字符串变量时将其传递给函数。我已经阅读了文档,但我没有找到任何关于这方面的东西。https://us-central1-*PROJECT_ID*.cloudfunctions.net/*FUNCTION_NAME*
浏览 13
提问于2018-09-08
得票数 15
回答已采纳
3
回答
使用带有PHP变量的json对象值
、
、
我有一个URL,给输出一个json对象为:test={"name":"youtube_live_url","value":"https:\/\/www.youtube.com\/watch?v=xCjeLHoqdis"}任何帮助我都会感激
浏览 4
提问于2014-04-17
得票数 0
回答已采纳
1
回答
通过PUT方法发送
参数
、
我正在使用 'id' => $_
REQUEST
['id'], 'second_name' => $_
REQUEST
['second_name']$<
浏览 3
提问于2013-12-16
得票数 0
2
回答
如何使一种产品的输出成为另一种投入的连锁卷曲?
、
、
我的意思是这样的:
curl
--header "Content-Type: application/json" --
request
POST --data "{\"specification\":
curl
--header "Content-Type: application/json" --
request
GET
"https://user:pass@anotherhost"
浏览 6
提问于2021-06-15
得票数 0
回答已采纳
5
回答
将
参数
发送到URL并从该页面获取输出
php $name="blahblah"; $id=$_
GET
['id']; if(!is_null($id)&&!
浏览 8
提问于2010-11-30
得票数 0
3
回答
PHP
get
重定向URL
、
、
、
编辑:问题似乎是重定向是通过JS进行的,而不是通过头部。
浏览 0
提问于2015-03-19
得票数 0
2
回答
Bash:在命令行工作,但在脚本中使用时得到'
curl
:(1)在libcurl‘中不支持或禁用的协议""https“
、
、
、
、
curl
_url$
curl
_
request
$
curl
_properties$k"\"; echo "$
curl
_combined" curlCMD=( -vv --location --
request
GET
"$
curl
_combined" -H "$
curl
_auth" -o \""$k.json"\&q
浏览 2
提问于2020-08-24
得票数 0
回答已采纳
1
回答
使用PHP的REST服务
、
我有一个应用程序,其中客户机A向服务器B发送一个REST请求,在URL中使用filename作为
参数
,并且如果文件存在于其磁盘中或否,服务器B应以打印响应。$filename;$ch =
curl
_init($url);
curl
_setopt ( $ch, CURLOPT_URL); //Make
浏览 1
提问于2011-03-01
得票数 1
2
回答
使用
curl
时无法访问$_SERVER['QUERY_STRING']
、
.= "param3=P3";
curl
_setopt($ch, CURLOPT_POST, count($data));
curl
_setopt($ch,CURLOPT_POSTFI
浏览 5
提问于2015-08-26
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券