站点图标 谷姐靓号网

curl post 里面的 + 加号怎么不转义输出啊-toyst

Rate this post

oldPath="ABC+ABC"

    curl -G --data--urlencode "oldPath=$oldPath" www.abc.com

传过去报错 oldPath "ABC ABC" 不存在

"+" 变成了空格

热议
2楼 directlinkss 3小时前

url编码。

3楼 directlinkss 3小时前

ABC%2BABC

4楼 0048eca662ab154 1小时前

没有问题吧?你加上-v检查下

5楼 toyst 半小时前

没有问题吧?你加上-v检查下

* Trying 127.0.0.1:12345...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 12345 (#0)
> POST /api/v2/torrents/renameFile HTTP/1.1
> Host: 127.0.0.1:12345
> User-Agent: curl/7.68.0
> Accept: */*
> Cookie: SID=37qv44bvLPGK+9QMl5rmv/aNPNnaTqSYa
> Content-Length: 307
> Content-Type: application/x-www-form-urlencoded
>
* upload completely sent off: 307 out of 307 bytes
* Mark bundle as not supporting multiuse
< HTTP/1.1 409 Conflict
< connection: keep-alive
< content-length: 159
< content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; script-src 'self' 'unsafe-inline'; object-src 'none'; form-action 'self';
< content-type: text/plain; charset=UTF-8
< date: Fri, 12 Nov 2021 08:50:10 GMT
< referrer-policy: same-origin
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
<
* Connection #0 to host 127.0.0.1 left intact

6楼 qshng 半小时前

关注,加号不会是代表加一个同名的参数吧

7楼 所長 半小时前

https://tool.chinaz.com/tools/urlencode.aspx

8楼 toyst 半小时前

关注,加号不会是代表加一个同名的参数吧

不是,直接给我替换成空格了

9楼 ezreal 15分钟前

%2B

申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。

退出移动版