English 中文(简体)
WebSocket服务器:手法后阅读数据
原标题:WebSockets server: reading data after handshake

我已设法打开了记本,打上了脚印,尽管这 s了一切,但我现在要处理数据本身。 少数一点是,与吉大港山区头目完全一样,内容似乎被编码为:

ÅÅúÅ à›ÅÅ»öë∑âÅÅ«∆{UÅÅeæƒ$ÅÅvü
‡7ÅÅŸJêÏòÅÅ~}Z¥?ÅÅ9TÉHxÅÅ[ 1†ÅÅs    óE2ÅÅ9ÅyxÅÅ#´°ºbÅÅïôx ‘ÅÅ)Ÿ1–hÅÅ⁄}

取自谷歌客户的服务器

socket.send("A");
socket.send("A");

仅仅ski弄议定书定义,我就没有发现任何关于除第64条外的编码问题,这显然就是这样。

How should I handle the content serverside?

Edit: already looked quite a few articles, but nearly all are about the client side.

最佳回答

从客户向服务器发送的数据被掩盖(保护误导中间人不被混淆)。 它带有作为头4个有效载荷tes子的面罩。 https://datatierer.ietf.org/doc/html/draft-ietf-hybi-thewebsocketprotocol-17#section-5.3”rel=“nofollow noreferer”第5.3节。

问题回答

暂无回答




相关问题
Redirect to cache URL in Chrome browser

self.location = cache: + self.location I want to redirect from "[URL]" to "cache:[URL]". I just want this code to work in Chrome browser.

我如何更新/重载 Chrome延?

I m在4号 Chrome(目前为4.0.249.0)中开发一个延伸点,显示用户在地位酒吧中的形象。 Ive设计了一个供用户使用的备选办法网页......

Setting Opacity in CSS For Chrome

I ve tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({<br /> background-color : opts....

Chrome Blocking Javascript, Google Wave, Google Gadgets

Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ...

image height using jquery in chrome problem

$( img ).height() returns 0 in chrome, but it returns the actual height in IE and firefox. Whats the actual method to get the height of the image in chrome?

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Table cells bad rendering with Google Chrome/Webkit

On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...

热门标签