Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-Server: Set sync parameters in endpoint #1291

Open
wismna opened this issue Jan 7, 2025 · 1 comment
Open

Client-Server: Set sync parameters in endpoint #1291

wismna opened this issue Jan 7, 2025 · 1 comment

Comments

@wismna
Copy link

wismna commented Jan 7, 2025

In a client-server architecture, I'm setting some sync parameters in the client and sending them over to the server, which works.
I would like to set some parameters in the endpoint, when it handles the request: WebServerAgent.HandleRequestAsync(HttpContext);, the reason being that I would like the server to have the responsibility of setting some of them (e.g. based on information contained in a bearer token) instead of letting the client set them.
I couldn't find anything in the docs or in the code regarding this, is there a way to do this ?

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

No branches or pull requests

2 participants