-
Notifications
You must be signed in to change notification settings - Fork 174
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
[Feature Request]: Loading match from url limitations #1012
Comments
You cannot get around this, unfortunately. Make your auth token and URL shorter. |
Thanks, but i have an idea. If you can create login in external systems it can be fixable. For example in get5_loadmatch_url instead of token argument, set 2 new parameters username and password for external system. And also add configuration parameter or another argument "external auth url" |
If you want to use username and password, just provide that as the header arguments? You don't have to use a JWT. For HTTP basic auth, it would be this: I don't understand the second part. Regardless, I'm no longer adding features to Get5, so I won't be doing this. |
I undestand, thanks |
Prereleases & Documentation
Get5 Version
0.14.1
The Feature
For creating matches right now i'm using get5_loadmatch_url, but i have a very long bearer token and url with guid's.
As i know commands have 255 character limitations for commands, how can i get around this limitation ?
The text was updated successfully, but these errors were encountered: