I wrote a web service using content-negotiation with ISAPI using Delphi XE4.
My code contains
ARequest.GetFieldByName('Accept-Language')
which outputs the correct value if I use a standalone server (Indy Bridge), but it is empty if I use an ISAPI DLL inside Apache.
Is there any way I can access this header field with ISAPI in Apache?