-
Notifications
You must be signed in to change notification settings - Fork 476
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
Error parsing specific URI #190
Comments
Shouldn't the hostname only have the name of the host, and the port number On Tue, Feb 24, 2015 at 3:12 PM, Rodney Rehm notifications@github.com
|
good catch! fixed in master. |
When will this make the mainline? I usually use the online build tool to get a custom build of URI.js. |
now: v1.14.2 |
When I parse the below URI I get somewhat incorrect results, particular the 'hostname' field.
https://moe.linkedinlabs.com:443/pal2/v1/people::(email=XXX@XXX.example.com):public:(id,first-name,last-name,distance,picture-url,site-standard-profile-request,headline,industry,LOCATION:(name),three-current-positions:(title,company:(id,name)))?trk=MOE&ver=16&escape=html&_=1424816267333
I get hostname to include the port number and the port as null.
The text was updated successfully, but these errors were encountered: