-
Notifications
You must be signed in to change notification settings - Fork 116
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
According to RFC5849 port number must be excluded from base string if it is the default #59
Comments
orontee
changed the title
According to RFC5849 port number must be excluded if it is the default
According to RFC5849 port number must be excluded from basic string if it is the default
Sep 12, 2017
orontee
changed the title
According to RFC5849 port number must be excluded from basic string if it is the default
According to RFC5849 port number must be excluded from base string if it is the default
Sep 12, 2017
you have issues with custom port (not 80 and 443) ? |
Since the default ports aren't stripped for the signature computation, the
signature is wrong when the url co'tains ports
…--
Matthias
Le 13 sept. 2017 08:51, "Ddo" <[email protected]> a écrit :
you have issues with custom port (not 80 and 443) ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB-GIk1Zb1NGyfmCV-qDCxS-vtZQuwvJks5sh3tlgaJpZM4PVZ4P>
.
|
so if you input |
That's it.
…--
Matthias
Le 13 sept. 2017 09:55, "Ddo" <[email protected]> a écrit :
so if you input http://example.com:80 or https://example.com:443 it gonna
be an issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB-GIuLCO-uzn2lkOPLqCS_CWBPMnyBeks5sh4pkgaJpZM4PVZ4P>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3.4.1.2. Base String URI
(...)
3. The port MUST be included if it is not the default port for the
scheme, and MUST be excluded if it is the default. Specifically,
the port MUST be excluded when making an HTTP request [RFC2616]
to port 80 or when making an HTTPS request [RFC2818] to port 443.
All other non-default port numbers MUST be included.
The text was updated successfully, but these errors were encountered: