Y
Hacker News
new
|
ask
|
show
|
jobs
by
mring33621
3076 days ago
I was planning to use custom headers over HTTPS for a similar thing, but then I read that some firewalls will strip custom headers, even over HTTPS. Can anyone with experience comment? Thanks.
1 comments
matwood
3076 days ago
Just use a Bearer token in the Authorization header from the OAuth spec:
https://tools.ietf.org/html/rfc6750#section-2.1
link