Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Responseheaders in modules
Fri, Dec 9 2022 3:55 PMPermanent Link

Ronald

Hi,

In a module I used

Request.ResponseHeaders.Add('Cache-Control: no-cache');

to set a responseheader.

Do I understand correctly that in the latest versio I should use:

Request.ResponseHeaders.Text:=Request.ResponseHeaders.Text+'Cache-Control: no-cache;';

Thanks,
Ronald
Image