- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API

开发者活动
发行说明
v2.4.0
发布日期:2025 年 2 月 27 日
改进
- The cURL import functionality in the HTTP Request activity now supports additional flags.
- 改进了导入期间 cURL 类型(Bash 或 CMD)的检测。
- The HTTP Request activity can now be used with the system proxy.
错误修复
The HTTP Request activity now automatically handles response decompression.
v2.3.2
发布日期:2025 年 10 月 23 日
错误修复
HTTP 请求活动现在与工作流暂留兼容。
v2.3.1
发布日期:2025 年 10 月 20 日
错误修复
- 当响应包含文件时,在 Studio Web 中设计时测试请求会失败。
- 调试信息报告中未包含授权标头。
- 简化了文件流处理,以防止在两个或多个
FileFormDataParts中上传相同的文件时可能发生的错误。 - 在上传分段请求中的多个文件时,错误地使用了相同的字段名称;现在,每个文件都保留其专有名称。
- Running the activity in a Parallel For Each with the file overwrite option set to Auto rename caused an exception.
- A multiline
--datavalue (such as JSON) in a cURL import was misinterpreted when using the Test functionality. HEAD或其他无正文 HTTP 响应处理不当,导致空内容替换并删除Content-*标头。这些响应现在可以正确保留其原始状态、空正文和标头。
v2.3.0
发布日期:2025 年 9 月 29 日
重大变更
Starting with the 2.3.0 release of the WebAPI activity package, support for the.NET 4.6.1 framework has been discontinued. As a result, this and all subsequent package versions cannot be used for Windows-Legacy projects. Restrict package usage to Windows or cross-platform projects exclusively.
在此日期之前发布的包版本将按照以下时间线继续支持 .NET 4.6.1。
已更新的“HTTP 请求”活动
The updated HTTP Request activity in WebAPI 2.3.0 makes HTTP requests easier and more reliable.
主要内容概览
- Flexible request body formats – JSON, form-encoded, multipart (including file uploads and granular control), binary and stream
- cURL import - easily configure your activity via Bash or Windows CMD cURL syntax snippets
- Design time testing - validate the request configuration during design time
- Full retry policy support – customizable retry count, delays, backoff, jitter and specific status codes
- Various authentication options - supports SSL and client certificate, basic authentication, bearer token and negotiated authentication (Kerberos, NTLM, and Digest)
- Automatic cookie handling with with the possibility to manually add more
- Redirect support with configurable limits
- Full proxy support – configure custom proxies, including support for authentication and bypass lists
- Built-in fault tolerance – optional Continue on Error lets workflows recover gracefully
- Rich response content configuration - fine-tune these for maximum control over the downloaded files and to get expanded debugging information
- Variable support by default - almost all properties can be configured with a variable input for maximum flexibility
- A lot of bug fixes based on your feedback - if something didn't work for you in the old HTTP Request activity, the new version most likely solved the problem
The old HTTP Request activity has simply been renamed to HTTP Request (legacy) when you’ll search for it. The new activity is what you’ll now find under the HTTP Request activity name. We recommend switching to the new one for all future development.
Read the HTTP Request activity documentation page for more information.
“SOAP 请求”活动
To better support Legacy to Windows project migration scenarios, we have introduced a new SOAP Client activity that allows projects using the legacy WCF-based SOAP activity to be migrated to Windows compatibility with minimal changes.
To upgrade to this activity, first convert your legacy workflow to a Windows workflow, and then upgrade the WebAPI package to version 2.3.0 or later. You no longer can add this activity in new workflows, as it is meant to replace any existing SOAP Request activities only.
高亮显示
- Maintains the same interface and parameters as the previous SOAP activity, ensuring existing workflows continue to run without redesign.
- Supports both SOAP 1.1 and SOAP 1.2 services.
- Automatically reads service metadata (WSDL) when available, making it easier to connect to standard SOAP endpoints.
- Provides support for authentication (Basic and Windows credentials) and client certificates.
- Ensures a smoother migration path from older projects to modern Windows-based projects.
其他改进
- New Serialize JSON activity was introduced to allow you to serialize any object into a JSON string. You can fine tune the serialization behvior via the serializer setting property.
- The Serialize settings property was also added to the Deserialize JSON activity
v1.21.1
发布日期:2024 年 9 月 11 日
错误修复
- Fixed an issue throwing an error when dragging a HTTP Request activity to the designer canvas and selecting the Configure button.
v1.21.0
发布日期:2024 年 6 月 25 日
改进
改进了属性名称的 JSON JIT 反序列化,以通过将不支持的字符替换为其十六进制表示形式来允许使用这些不支持的字符。
错误修复
- 修复了在预览使用文件端点(
.doc、.pdf等)的 HTTP 请求期间发生的对象引用错误。
v1.20.1
发布日期:2024 年 4 月 23 日
错误修复
In version 1.20.0 of UiPath.WebAPI.Activities package, the HTTP Request activity incorrectly assumed UTF-8 encoding, leading to the corruption of downloaded files.
v1.20.0
发布日期:2024 年 4 月 2 日
Erratum - added April 22, 2024: Due to a functional error, version 1.20.0 has been withdrawn from the official activity feed within the Studio desktop interface. The issue is fixed in version 1.20.1.
改进
With the new JSON Sample property, the Deserialize JSON activity now converts your sample output structure into a similarly structured object, which you can use during design time.
错误修复
We’ve fixed an issue that was causing spikes in memory while downloading large files using the HTTP Request activity.
v1.18.0
发布日期:2023 年 9 月 19 日
新增功能
从 v1.18.0 发行版开始,WebAPI 包使用 AvalonEdit 版本 6.1.3.50。
错误修复
- 尝试为具有超时变量的活动配置活动时,导致 HTTP 请求引发异常的问题已得到解决。
2023 年 10 月 25 日勘误:添加了错误修复。
v1.16.2
发布日期:2023 年 4 月 10 日
新增功能
To decrease the package size for runtime, especially for cross-platform projects, the UiPath.WebAPI.Activities package was split into design-time package and runtime packages, as follows:
- UiPath.WebAPI.Activities - design time package,
- UiPath.WebAPI.Activities.Runtime - runtime package; targets Windows and Windows-Legacy projects,
- UiPath.WebAPI.Activities.Runtime.Portable - runtime for portable package; targets Cross-platform projects,
- HTTP 请求活动获得了改进的界面。
v1.13.3
发布日期:2022 年 12 月 7 日
改进
WebAPI 包中活动的用户界面现在提供繁体中文版本。
The layout of the HTTP Request activity's Import dialog box has been improved.
v1.13.2
发布日期:2022 年 10 月 27 日
改进
我们已将以下活动更新为新设计,现在可在跨平台项目中使用这些活动:
- 反序列化 JSON
- 反序列化 JSON 数组
- HTTP 请求
- 反序列化 XML
- 获取 XML 节点属性
- 获取 XML 节点
已知问题
- HTTP 请求向导仅支持 Studio 2022.4 及更高版本。
错误修复
- The HTTP Request activity was not throwing an SSL exception when the page being accessed had a certificate that failed validation even when the Enable SSL certificate validation property was selected.
- 在 Studio 中执行不相关的操作时,系统会显示 HTTP 请求向导窗口。
v1.11.2
发布日期:2022 年 9 月 12 日
错误修复
- 由于活动包依赖项问题,在 Windows 项目中使用某些版本的 WebAPI 活动包时发生冲突。
- 您无法在某些版本的 Studio 上安装 WebAPI 活动包。
- 为避免潜在问题,WebAPI 活动包不再是跨平台项目中的默认依赖项。
v1.11.1
发行日期:2022 年 5 月 9 日
改进
现在,可以在初始设置后访问“HTTP 请求向导”。
已知问题
- HTTP 请求向导仅支持 Studio 2022.4 及更高版本。
错误修复
- The HTTP Request activity was not working properly when variables were used in the UrlSegment property.
- 使用“HTTP 请求”活动时,Studio 中的变量名称会附加至 Cookie 标头。
v1.9.2
发布日期:2021 年 10 月 27 日
新特性和改进功能
现在,通过 HTTP 请求活动,您可以在发送请求时验证 SSL 证书。验证失败会导致请求中止。
错误修复
Fixed an issue where an HTTP Request would be sent twice when a value was provided for the ResourcePath property
已知问题
HTTP 请求仅适用于 RestSharp 包版本 106.11.2 或更低版本。安装 RestSharp 版本 106.11.4 或更高版本时,它将返回错误。
v1.7.0
发布日期:2021 年 4 月 26 日
新特性和改进功能
“HTTP 请求”和“SOAP 请求”活动具有两个新的属性字段,它们使用 SecureString 变量来获取登录信息,分别称为 SecurePassword 和 SecureClientCertificatePassword。
错误修复
- 修复了一个问题,该问题导致“HTTP 请求”活动在请求包含附件的情况下丢失
Content-Type。 - 修复了导致“HTTP 请求”活动中的 URL 段无法在运行时创建正确的 URL 的问题。
v1.6.0
发行日期:2020 年 10 月 12 日
新特性和改进功能
This activity package has now been upgraded and is fully compatible with the C# Studio feature. For more information about C# support, refer to About Automation Projects.
您可以在 UiPath 活动订阅源上找到的包数量非常多,并且还在与日俱增。例如,在搜索具有更常见名称的包时,这可能会很麻烦。我们感同身受,决定对此采取措施。从现在开始,您可以在包管理器中轻松筛选所有 UiPath 官方活动包,以便您立即找到自己喜欢的包。
错误修复
- 修复了在简单身份验证部分的相应属性字段中仅提供用户名或密码时,导致 HTTP 请求活动失败的问题。
- 修复了导致反序列化 JSON 活动与 NewtonSoft v12.03 之间出现依赖项冲突的问题。
- 可以在 HTTP 请求活动的“接受表单”属性中选择一个新的标头类型(称为 CUSTOM),以便使用自定义标头类型。
v1.4.5
发布日期:2020 年 5 月 8 日
改进
更新了一些内部依赖项,以维护新版 UiPath Studio 的功能。
v1.4.4
发布日期:2019 年 10 月 18 日
改进
我们将土耳其语、葡萄牙语(葡萄牙)、西班牙语(拉丁美洲)和西班牙语(西班牙)添加到 UiPath Platform 中的语言列表,从而进一步提高了语言支持。
错误修复
- 修复了即使语法正确也导致 HTTP 调用引发错误消息的问题。
v1.4.3
发布日期:2019 年 8 月 26 日
改进
Three new languages, German, South Korean, and Portuguese are available for the UiPath.WebAPI.Activities package.
v1.4.2
发布日期:2019 年 6 月 26 日
改进
我们希望走向全世界,让自动化成为人人都能使用的一种“语言”。因此,从本发行版开始,整个平台将支持中文。
Chinese can only be used in this pack when installed in Studio v2019.4.4 or v2019.7 or higher.
v1.4.1
发布日期:2019 年 4 月 25 日
错误修复
- 修复了导致 HTTP 请求活动错误识别具有特定名称的标头的问题。
- The HTTP Request activity did not display parameters edited with the wizard in the Properties panel.
v1.4.0
发行日期:2019 年 2 月 18 日
改进
The HTTP Request and Soap Request activities have been improved, and are now able to retrieve the headers of the requests they perform.
v1.3.0
发布日期:2019 年 1 月 10 日
改进
新春之际,我们为整个 UiPath 平台新添加了两种语言:法语和俄语。在早期版本中,我们已为本地化工作奠定了基础。在此基础上,我们将继续努力,以期为您提供更具沉浸感的体验,并逐渐减少语言障碍。
v1.2.6858.16880
发布日期:2018 年 10 月 11 日
改进
这一刻终于来临:整个 UiPath 平台已完成本地化,您现可在安装、设计以及执行流程期间尽享真正的沉浸式体验。除英语之外,您现在还可使用日语访问所有内容,包括我们的在线文档。
- v2.4.0
- 改进
- 错误修复
- v2.3.2
- 错误修复
- v2.3.1
- 错误修复
- v2.3.0
- 重大变更
- 已更新的“HTTP 请求”活动
- “SOAP 请求”活动
- 其他改进
- v1.21.1
- 错误修复
- v1.21.0
- 改进
- 错误修复
- v1.20.1
- 错误修复
- v1.20.0
- 改进
- 错误修复
- v1.18.0
- 新增功能
- 错误修复
- v1.16.2
- 新增功能
- v1.13.3
- 改进
- v1.13.2
- 改进
- 已知问题
- 错误修复
- v1.11.2
- 错误修复
- v1.11.1
- 改进
- 已知问题
- 错误修复
- v1.9.2
- 新特性和改进功能
- 错误修复
- 已知问题
- v1.7.0
- 新特性和改进功能
- 错误修复
- v1.6.0
- 新特性和改进功能
- 错误修复
- v1.4.5
- 改进
- v1.4.4
- 改进
- 错误修复
- v1.4.3
- 改进
- v1.4.2
- 改进
- v1.4.1
- 错误修复
- v1.4.0
- 改进
- v1.3.0
- 改进
- v1.2.6858.16880
- 改进