Outbound log missing request payload

bcote
Kilo Contributor

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

find_real_file.png

1 REPLY 1

Community Alums
Not applicable

The correct request header is 


Content-Type

not 

Content-Types