View Single Post
  #1  
Old 03-23-2010, 12:20 PM
muisei muisei is offline
New Member
 
Join Date: Mar 2010
Posts: 2
Default [Resolved] Custom HTTP response headers

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.

Last edited by NiteWave; 03-24-2010 at 03:56 AM..
Reply With Quote