To be honest, I'm struggling. Using the access token is not working, and I can't figure out why,. I'm working in Meteor, thus Javascript/Node. The error I get is a system error EAI_AGAIN from dnslookup. This is documented as a dns timeout error. However, this makes no sense. I have printed out the host used for the call, and verified with copy and paste that it is valid, and my system is resolving it. Meanwhile, it is my understanding that the bridge proxy should actually ignore this and use something else.
Having switched libraries, the log about "incomplete headers" has gone away, but the EAI_AGAIN remains, and my request doesn't work. I have tried randomly changing things, to no avail. My understanding/guess is that this error results from a refusal of the bridge proxy to forward my request. I don't know why it is refusing, I have verified that my token is the one given to me and copied correctly.
I looked at the Wekan code, but if it uses the powerbox, I couldn't find it.
What's a good example of vanilla powerbox use?