I have an old ISAPI extension that needs to pass forward server variables to another application. Currently the application pushes a number of fixed values explicitly to the backend application, but it would be much nicer to actually return all of them.
I know about ecb->GetServerVariable() which works just fine for individual server vars, but is there some way to iterate over all server variables somehow or grab them as a complete buffer?