The important part is this:
wrong char [U/85]
in [$hdr(
Upgrade)] at [5 (5)]
You have a unicode newline character after the opening parenthesis. You
should remove this and any other instances of weird characters which have
become inserted in your config.
On 24 October 2014 18:50, Nolan Darilek
Having a hard time piecing together lots of pieces out of context.
Here's what I want:
1. User logs in to my web app via its own authentication mechanisms.
2. Via an authenticated REST endpoint, my web app connects to the
ephemeral auth service and returns a temporary username/password to the
clie