You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the Hub's notifications to the subscriber, the subscriber can request context changes by POSTing to the `hub.topic` url. The Hub accepts this context change by responding with any successful HTTP status and rejects it by responding with any 4xx or 5xx HTTP status. The subscriber MUST be capable of gracefully handling a rejected context request.
176
+
177
+
Once a requested context change is accepted, the Hub will broadcast the context notification to all subscribers, including the original requestor.
178
+
179
+
```
180
+
POST https://hub.example.com/7jaa86kgdudewiaq0wtu HTTP/1.1
0 commit comments