Skip to content
Discussion options

You must be logged in to vote

@nsengupta in the UUri specification we have tried to define the allowed characters that an authority may consist of. My understanding of the RFC3986 is that these characters are single-octet ASCII characters. You can use '%' encoding to include other characters, though.
Based on that, the limit on the authority's length defines the maximum number of octets (bytes).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stevenhartley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants