GET With Credentials
- 09 Feb 2024
- 1 Minute to read
- Print
- DarkLight
GET With Credentials
- Updated on 09 Feb 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 5.0.0 |
Last Modified in Version | 5.0.0 |
Location | Integration > HTTP |
The GET With Credentials step performs a GET method call using the user's credentials
Specifically it uses the .NET NetworkCredential class for its format: "Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication".
If this step does not provide the needed functionality, users are encouraged to create a REST integration and use the steps that are created from that.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Do Not Use Default Proxy | Defines whether the default proxy is used | Boolean |
Password | The password of the user | String |
Uri | The Uri for the GET call | String |
User Name | Username for the GET call | Strug |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Contents of the GET call | String |
Related Information
Forum Posts:
Expose FileData (Base64) Through API GET Call
Getting ACCESS RESTRICTED With REST Call
Was this article helpful?