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

Hi, all.
I want to create data text/event-stream for Server Sent Event. I wrote code like this.
PHP Code:
header('Content-Type: text/event-stream');
header('Cache-Control: no-cache');
echo 
"Data:test\n\n"
but, the results I get are like this.
HTTP/1.1 200 OK
Server: nginx/1.14.0 (Ubuntu)
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache
Cache-control: no-store, max-age=0, no-cache
Date: Thu, 03 Jan 2019 01:39:01 GMT

data: Hallo:  

Can anyone help me, please?
Reply


Messages In This Thread
How to set header content-type text/event-stream? - by titounnes - 01-02-2019, 06:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB