Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Blueriq offers a Server Sent Event stream starting with Blueriq 12.4, so the reverse proxy should be configured to not buffer the stream, otherwise undefined behavior may occur.

Endpoint

The endpoint that sends Server Sent Event streams is : /<context root>/server/api/v2/push-messages.

Responses from this endpoint should not be buffered.

Examples

NginX

Specify proxy_buffering off; in your NginX configuration file.

IIS

In the Advanced Request Routing section, set 'Response Buffer Threshold' to 0 KB. Additionally, disable 'Disk Caching'.