Hi,
is it possible to send custom HTTP response headers from the server to the browser?
I'm using litespeed web server v4.0.13 with php 5.2.12.
With the apache web server it was possible.
Example:
The browser generates some ajax requests to the server.
Then the server returns some HTML content and set the following HTTP response header: "Status: -1".
Then the browser uses javascript to get the "Status" response header and determines what to do.
is it possible to send custom HTTP response headers from the server to the browser?
I'm using litespeed web server v4.0.13 with php 5.2.12.
With the apache web server it was possible.
Example:
The browser generates some ajax requests to the server.
Then the server returns some HTML content and set the following HTTP response header: "Status: -1".
Then the browser uses javascript to get the "Status" response header and determines what to do.
Last edited by a moderator: