-
Notifications
You must be signed in to change notification settings - Fork 26
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 lenght max 250 #72
Comments
? |
Hi, sorry, not so easy task, becaus I'm using some librarys and system functions which only support 255 chars. where do you get so long urls? BR |
Hi, grtz Glenn |
Hi, I did some more Investigations, maby it is not so difficult. Can you Provide a vailid url to test the dns resouloution? BR Stefan |
Hi,
This is an example:
'user1:eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJob2JieSIsImlhdCI6MTcxNTEwNjM3NCwiZXhwIjoxNzQ2NTY4ODAwL eyJhb xlIjpbImhvYmJ5Il0sImF1ZCI6IkZQMDAxMTJBMjI0RUNBIiwiaXNzIjoibmhjLWNvcm eyJhb qdGkiOiI2OTUyMmJhMy04ZDI2LTQ2OWEtOWU1ZC1iOTVmMWZjZjEyMTcifQ.S9ddgkCMQmar9NBHkGYjUEAbjrIbglre8BEK0rZDS25CNQFpMlLr4lOgZD6SxxFDxdzqDw81r2aQYHQMFX6xNf7BD0GdY7LSnmMxky7qHE52SUaxD0ak7REdvqbV1ICHd0Lb7aP4ARmhbT8Vgpb9cfmanNUoKW4WEg8LsFnEUVS2O0cyKnCVXTyEyNPCXc6Pqbu1lcFxaNSlQGkWAXfSVKzKWIRXTH6M-8dqtkv8b7hmIBTST9 eyJhb ***@***.***:8884';
thx a lot
grtz Glenn
Van: "stefandreyer" ***@***.***>
Aan: "stefandreyer/CODESYS-MQTT" ***@***.***>
Cc: "GVRHUB" ***@***.***>, "Author" ***@***.***>
Verzonden: Maandag 9 december 2024 14:36:00
Onderwerp: Re: [stefandreyer/CODESYS-MQTT] url lenght max 250 (Issue #72)
Hi,
I did some more Investigations, maby it is not so difficult.
Can you Provide a vailid url to test the dns resouloution?
BR Stefan
—
Reply to this email directly, [ #72 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/BBUWGK3ANUP5TQUWF4QN2OT2EWMEBAVCNFSM6AAAAABSIFU5LSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRXHE3TKMBUHA | unsubscribe ] .
You are receiving this because you authored the thread. Message ID: ***@***.***>
|
Hi, so the main problem is not a long host name but a long password... makes it easier... BR |
the url of mqttclient is max 250
STRING(OSCAT_BASIC.STRING_LENGTH)
can you extend it >650
thx
The text was updated successfully, but these errors were encountered: