gpt4 book ai didi

Sitecore 项目 Web Api 路径上带有破折号或连字符

转载 作者:行者123 更新时间:2023-12-02 22:15:36 27 4
gpt4 key购买 nike

有人知道如何在使用 sitecore item web api 时转义连字符/破折号吗?

路径:sitecore/content/Site/Home/Test-page/*

这是我的要求:

host/-/item/v1/?sc_database=web&query=%2fsitecore%2fcontent%2fSite%2fHome%2fTest-page%2f*

这是回复:

{"statusCode":400,"error":{"message":"Bad Sitecore query (/sitecore/content/Site/Home/Test-page/*)."}}

谢谢

最佳答案

您需要将任何带有空格或连字符的内容与 # 字符括起来。例如:

Path: sitecore/content/Site/Home/#Test-page#/*

由于下面的评论,哈希标签将需要进行编码。这意味着您的网址将如下所示:

Path: host/-/item/v1/?query=/sitecore/content/Site/Home/%23Test-page%23/*

查看Sitecore Fast Query Gives Parse Exception

关于Sitecore 项目 Web Api 路径上带有破折号或连字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18728814/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com