Hi! I posted a question to the Scripting Tips forum and due to the rather thorough and complete lack of response, I thought I'd ask here:
Is there a way to send additional headers via llHTTPRequest() ? The reason I ask is that I'd like to have my object do http authentication, but that requires headers to be passed, and as far as I can see one can only set certain header values via llHTTPRequest.
I'm guessing that I'll have to write a proxy and place it on a webserver somewhere, which makes me slightly less than thrilled, but is doable.
Thanks!
CT