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 number gets ignored in Intercepted URLs #26

Open
fgrs opened this issue Jun 18, 2015 · 5 comments
Open

Port number gets ignored in Intercepted URLs #26

fgrs opened this issue Jun 18, 2015 · 5 comments

Comments

@fgrs
Copy link

fgrs commented Jun 18, 2015

I tried several different ways to specify the pattern that contains port number for example http://127.0.0.1:9000/ in my angular app, no luck so far any ideas?

@vitvad
Copy link
Owner

vitvad commented Jun 18, 2015

will check this

@vitvad
Copy link
Owner

vitvad commented Jun 18, 2015

@fgrs, didn't faced with problems to add pattern, it is legit to chrome also.
could you describe whole usage case. I will try to add this case into tests.

@leecrossley
Copy link

I also see this issue. http://localhost/* should apply to all ports, not just port 80. It works for http://localhost/ but not http://localhost:1234/ etc

@vitvad
Copy link
Owner

vitvad commented Jun 23, 2015

@leecrossley, could you check if you have this issue with URL pattern <all_urls> or ":///*"

image

@leecrossley
Copy link

<all_urls> and *://*/* both work, the issue with ports manifests when there is a domain name specified

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