We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Customer REST Request Headers

Questions and answers about Plum Fuse+

Moderators: admin, support

Post Reply
ldouglas@pindrop.com
Posts: 2
Joined: Mon Jul 24, 2017 12:27 pm

Customer REST Request Headers

Post by ldouglas@pindrop.com »

I am trying to send a REST request during a Fuse+ callflow.

My headers don't seem to be getting propagated to that actual request sent to the external service.

Example headers that I'm configuring into my Data.REST module:

Code: Select all

Authorization: Basic xxxaaa3333lse0dkadf9asdjvasdfasdf
X-Api-Key: nadsif9uehrnfaisodfu9oeiafn9eiajdvasjofw9eoifs
Content-Type: application/json
I can see from the Fuse+ logs that my request was sent and that the authorization failed because the external service's authentication-failure response is seen. I can use the exact headers used in a curl request successfully.

Is there a textual/visual example of what is exactly expected in the Header field?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Customer REST Request Headers

Post by support »

It was actually failing due to a Fuse+ bug where we were not properly sending multi-line headers. We have deployed the fix now. Please let us know if you continue to run into issues, and thanks for helping us find this bug.

ldouglas@pindrop.com
Posts: 2
Joined: Mon Jul 24, 2017 12:27 pm

Re: Customer REST Request Headers

Post by ldouglas@pindrop.com »

Works excellent, and as expected! Thank you for the quick fix!

Post Reply