How to use Digest auth in servicenow rest message for outbound request.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:59 AM
In postman we have authentication option as Digest Auth but how to use it in servicenow rest message?
I want to send get request using following digest Auth in servicenow.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 03:19 AM
Hi @Kishor O
ServiceNow have a very good tutorial on how to do this, and this article for some additional information on digest tokens.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:00 AM
@svanto can we send digest auth through HTTP headers?
the above-provided links are not helpful for my requirements.