Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How can I remove all http-headers
Post: RE: How can I remove all http-headers

ok I have my solution I just set the right headers in the controller $this->output->set_header('Cache-Control: public'); $this->output->set_header('Pragma: cache'); ...
2,424 Views
1 Replies
12-10-2017, 11:00 PM
temi
    Thread: How can I remove all http-headers
Post: How can I remove all http-headers

Hi all, I just want to remove all headers that php will add no Set-Cookie, Pragma, Cache-Control. Because this headers prevent my cache (nginx fastcgi cache) from caching. I know I can use fastcgi_i...
2,424 Views
1 Replies
12-10-2017, 03:53 AM
temi

Theme © iAndrew 2016 - Forum software by © MyBB