Welcome Guest, Not a member yet? Register   Sign In
How to set header content-type text/event-stream?
#3

(This post was last modified: 01-03-2019, 12:08 AM by titounnes.)

[quote='kilishan' pid='360708' dateline='1546488262']
You should always use the Response object that is in every controller to set the headers instead of setting them directly now. Something like:

Code:
$this->response->setHeader('Content-Type', 'text/event-stream');
Thanks for your reply. I will try it.
Reply


Messages In This Thread
RE: How to set header content-type text/event-stream? - by titounnes - 01-03-2019, 12:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB