Request the URL to submit job prettified URL example results in an ArcGIS Server error.
上次发布: May 27, 2022ArcGIS Online
漏洞 ID 编号
BUG-000148308
已提交
April 6, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
10.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
According to the documentation linked below, when sending a GET request, URL encoding is recommended. Please use the URL encoded example in the documentation. When sending as a POST request, use content-type: application/x-www-form-urlencoded so encoding is not required for JSON objects.
Documentation: https://developers.arcgis.com/rest/services-reference/enterprise/get-started-with-the-services-directory.htm#:~:text=Using%20an%20operation%20form%20to%20create%20a%20GET%20request%20ensures%20that%20the%20request%20is%20encoded%20in%20the%20URL%2C%20which%20is%20the%20preferred%20method%20when%20submitting%20a%20request.