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

URL arguments size getting clipped #333

Open
swarup-e opened this issue Jun 30, 2021 · 1 comment
Open

URL arguments size getting clipped #333

swarup-e opened this issue Jun 30, 2021 · 1 comment
Milestone

Comments

@swarup-e
Copy link

I am passing token for authentication in the URL parameter. It is a JWT token and it is >1000 bytes. But when I checked in access logs it is getting clipped to 512 bytes. And when I pass to http server via on_play notify get method. It is again same 512 bytes data.

@sergey-dryabzhinsky
Copy link
Owner

May be better solution will be sending authorization header with that JWT.

For now it may be achieved via notify-proxy, like:

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

No branches or pull requests

2 participants