Solved

Http request headers

  • 4 December 2023
  • 1 reply
  • 54 views

Userlevel 2
Badge +1

Hello!

What is the correct way to write the format of a header in SF?

 

I have tried as example the way explained on this link: https://docs.thinkwisesoftware.com/docs/sf/process_flows#enable-the-message-protocol-independent-web-service , but it didn't worked for me.

Thank you!

icon

Best answer by Ricky 5 December 2023, 14:04

View original

This topic has been closed for comments

1 reply

Userlevel 3
Badge +8

Here is an example we use to explicitly set the Content-Length to 0 for a POST:

[{ "Key": "Content-Length", "Value": 0}]