Is there any way to do an HTTP GET through HTTPService or URLRequest that includes Authorization information?
I can't set the Authorization header. I can't set a custom header. I can't use setCredentials(...) against a non-Blaze/proxy backend. I don't want to put it in the URL because it kills bookmarking, etc. This seems like something that people would want to do often, I'm wondering if I'm missing an easy, obvious option. Thanks

