So I have a small console app setup behind Apache as a CGI. All's well.
For the next use case I need to read the headers (on say a get request). I
can't seem to find a way to do this.
I tried System.EnvironmentVariable("Last-Modified") which works fine for the
CGI environment variables, but it doesn't return a header.
I'm need to use an auth scheme that sets up its own X-blah-blah header. I can't
reengineer it, I have to use it. Can I get it? Can I set it?
Thanks,
d.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|