This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:ietf:6455 [2020/11/13 02:15] nick ↷ Page moved from dido:public:ra:xapend.stds:tech:ietf:6455 to dido:public:ra:xapend:xapend.stds:tech:ietf:6455 |
dido:public:ra:xapend:xapend.b_stds:tech:ietf:6455 [2021/08/13 14:10] (current) murphy [Abstract] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== RFC6455 - The WebSocket Protocol ===== | ===== RFC6455 - The WebSocket Protocol ===== | ||
| - | [[dido:public:ra:xapend.stds:tech:ietf| return to the IETF Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:start| return to the IETF Standards ]] |
| <table> | <table> | ||
| Line 19: | Line 19: | ||
| that has opted-in to communications from that code. The security | that has opted-in to communications from that code. The security | ||
| model used for this is the origin-based security model commonly used | model used for this is the origin-based security model commonly used | ||
| - | by web browsers. The protocol consists of an opening handshake | + | by web browsers. The [[dido:public:ra:xapend:xapend.a_glossary:p:protocol|protocol]] consists of an opening handshake |
| - | followed by basic message framing, layered over TCP. The goal of | + | followed by basic message framing, layered over TCP. The [[dido:public:ra:xapend:xapend.a_glossary:g:goal|goal]] of |
| this technology is to provide a mechanism for browser-based | this technology is to provide a mechanism for browser-based | ||
| applications that need two-way communication with servers that does | applications that need two-way communication with servers that does | ||
| not rely on opening multiple HTTP connections (e.g., using | not rely on opening multiple HTTP connections (e.g., using | ||
| XMLHttpRequest or <iframe>s and long polling).// | XMLHttpRequest or <iframe>s and long polling).// | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||