Skip to content
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

Port parsing in url? #3

Open
n1x0nuk opened this issue Mar 6, 2012 · 3 comments
Open

Port parsing in url? #3

n1x0nuk opened this issue Mar 6, 2012 · 3 comments

Comments

@n1x0nuk
Copy link

n1x0nuk commented Mar 6, 2012

Hi there,

Urls where I have to specify the port don't seem to work - for example apache running on 127.0.0.1:9999 with url like :

http://127.0.0.1:9999/foo:file-cgi.xml doesn't work for me (while for example bbc news feed works) - I suspect this could be something with the regex that parses urls ? Tcpdump is not even showing any connections, same with stracing it - it's not even trying to connect.

regards,
Marek

@ghost
Copy link

ghost commented Jan 18, 2013

This would be quite helpful.

@hm2k
Copy link
Member

hm2k commented Jan 26, 2013

Feel free to issue a pull request. Cheers.

@kyak
Copy link

kyak commented Sep 5, 2014

at line 60:
set ulist [regexp -nocase -inline -- {(http(?:s?))://()(.*)} $tmp(url)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants