Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Ability for user defined Http headers whitelististing #397

Open
obonyojimmy opened this issue Apr 25, 2020 · 1 comment
Open

Ability for user defined Http headers whitelististing #397

obonyojimmy opened this issue Apr 25, 2020 · 1 comment

Comments

@obonyojimmy
Copy link

Issue
Currently with server-connection Meteor-onConnection , there is only a small subset of whitelisted http-headers pass-through, this is a blocker where some user-defined http-headers are blocked , hindering logic which is dependant on this http-headers , a good example is when working with application tracing libs ie opentracing which is dependent on this headers for context propagation.

proposal
Customize Meteor-onConnection() , with probably enums of extra user-defined http-headers that are to passthrough.

@mitar
Copy link

mitar commented Apr 25, 2020

Sadly, I think this a limitation of sock.js: sockjs/sockjs-node#202

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants