It's default sorted by latest reply.
Don't get new topic POST request by Chrome.
-
I can't get network request when I use Chrome and firebug(In firefox) send a New Topic.
-
@asmcos Can you provide more details about this? It's a big too vague for us to begin looking into it
-
When we send new topic to server. We send title,content to (server) http://commiunity.nodebb.org/topic/xxxx/ .
The server receive the POST and save it.Generic request ,Chrome can capture it. but nodebb send topic request. chrome can't capture.
Chrome capture demo:
http://4tic.com/html5/2012/11/assets/raster/panelnetwork.png -
@asmcos Oh! Yes, that's right -- we don't
POST
, we use web sockets to send data back and forth between client and server. -
1、Can I get data format?
2、websocket use port 80?
3、Can I write a test example to send topic by websocket ?