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

When analyzing a url with port beginning with 80, such as 8080, it removes the 80 #5

Closed
lucaspere opened this issue Jan 8, 2021 · 0 comments · Fixed by #6
Closed
Labels
bug Something isn't working

Comments

@lucaspere
Copy link
Contributor

Example:

  • input: 'http://host:8080/path'
  • expected_result: 'http://host:8080/path'
  • result: 'http://host80/path'
@andreiox andreiox added the bug Something isn't working label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants