Outbound log missing request payload
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2019 12:35 PM
I have created an Outbound REST Message, and added HTTP Headers for
- Accept application/json
- Content-Types application/json
I also set
- glide.outbound_http.text.content_types = application/json (I know this is supposed to be by default)
- glide.outbound_http.content.max_limit = 100
I am still getting the following when running a test
Labels:
- Labels:
-
Integrations
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2020 09:01 PM
The correct request header is
Content-Type
not
Content-Types