Bug #767
Adding HTTP headers from command line process
Start date:
01/15/2016
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
A mechanism is needed to allow additions or updates to the response HTTP headers based on operation of the underlying data provider.
History
#1 Updated by Mike Stults over 8 years ago
- Resolution set to Fixed
An Http header update mechanism has been added in version 2.0 for command line processes.
The command line implementation must do the following
- write headers before any other data
- write headers according to HTTP syntax rules
- precede headers with the marker string HTTP_HEADERS_START
- end header with the marker string HTTP_HEADERS_END