Hi albpara,
You have full control over the HTTP response that you send to each client request with the http_listener. Specifically for headers take a look at the http_response::headers() function. It returns a reference to the http_headers for the response, you then add and set whatever headers you want.
Steve
You have full control over the HTTP response that you send to each client request with the http_listener. Specifically for headers take a look at the http_response::headers() function. It returns a reference to the http_headers for the response, you then add and set whatever headers you want.
Steve