Add custom Headers support to ISAPI_SCGI
Adds SCGI protocol support to IIS
Status: Beta
Brought to you by:
apnadkarni
Currently ISAPI_SCGI allows to send only predefined set of HTTP headers. It is frequently required
to use custom http headers with AJAX like for exmaple X-CSRF-Token that should be
translated to HTTP_X_CSRF_TOKEN CGI variable.
It would be very useful to have an option to add custom header is ini file so it would
be properly forwarder to SCGI application.
Implemented in 0.8.0. See documentation.