cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1082
Views
2
Helpful
3
Replies

Http Request requires user authorization?

NeilClancy
Level 1
Level 1

Hi guys,

We have a few custom apps deployed for editing call variables / wrap up codes etc via http post. When the agents try to run this for the first time of the day, they are required to authenticate with their details, is there anyway around this? Thanks

3 Replies 3

ewindgat
Level 5
Level 5

This is the correct behavior. All API interaction needs to be authenticated

Thanks for the reply, any known workarounds e.g. adding a dummy supervisor credentials to a header or something like that?

Just for anybody else that's interested..

This was solved using the module prefs, so you can use something like...

httpRequest.setRequestHeader("Basic " + finesse.gadget.config.authorisation);