question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow default to match more than hostname

See original GitHub issue

I have some sites that I use where matching on the hostname isn’t sufficient. For example, with Azure DevOps the URLs are https://dev.azure.com/org1/..., https://dev.azure.com/org2/... and I want to be be able to direct each to a different browser.

Would you be open to a PR that added the ability to match on (for example) the full prefix of the URL rather than suffix match on the hostname? Or maybe regex matches?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
stuartleekscommented, Jan 14, 2021

And BTW - thanks for this project. I’ve been considering writing something like this for a while and then someone pointed me at BrowserPicker and I’m happy to say that after a bit testing I found that it is tantalisingly close to what I want 😁

1reaction
mortenncommented, Jan 14, 2021

I’m happy to look over any and all PRs ^_^

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple similar entries in ssh config
If more than one pattern is provided, they should be separated by whitespace. HostName Specifies the real host name to log into.
Read more >
Hostname Character Limit
If you choose a hostname longer than 15 characters, it will work without problems as long as you don't use any services that...
Read more >
Regular expression to match DNS hostname or IP Address?
You can use the following regular expressions separately or by combining them in a joint OR expression.
Read more >
To match all hosts, leave the hostname empty ...
According to the docs: A site defined as * matches only one-label names like "localhost" but not "example.com". To match all hosts, ...
Read more >
Hostname
This criterion lets you match based on the name found in the request Host header. It is a fully qualified DNS name that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found