You are viewing limited content. For full access, please sign in.

Question

Question

Configure JSON Header for Workflow REST API

asked on April 23, 2019

Hello!

What I'm trying to accomplish is to send an unsolicited request to the Workflow API and deliver a JSON body to it (and possibly receive one back). I've configured my POST method to send to the correct workflow, and coded up my payload according to the examples in the Workflow API. I test it, and immediately (and unsurprisingly) get an unauthorized error. 

I did some digging, and it looks like I need to include a header to authorize it. Something to the effect of this, as a value pair:

Authorization | Basic base64('companyid+username:password')

This also doesn't seem to work. Granted, I also don't know where to find companyid (unless it is just the registered company name in the LF Admin Console). I also am not certain if the username and password are for Windows login, or repository login (they are different in my test server).

If anyone has any tips on how to make this function, it would be super appreciated.

Thanks!

 

0 0

Answer

SELECTED ANSWER
replied on April 23, 2019

Never mind! Looks like IIS just needs to have Anonymous Authentication enabled, then it's all good!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.