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.

Support for <Route ignore>

See original GitHub issue

I have a link that goes to /api/auth and this request would usually go to the API but tinro catches that. I’d like to be able to do this and I tried to make a PR but I don’t understand the code very well yet:

<Route path="/api/*" ignore />

Alternative name

  • passthrough

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
AlexxNBcommented, May 12, 2020

Please update to v.0.2.7. there was a bug when tinro-ignore attribute being removed after first click.

0reactions
ckieecommented, May 11, 2020

Cool, thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignoring a route in ASP.NET MVC - Stack Overflow
Ignoring routes in MVC will tell the MVC framework not to pick up those URLs. This means that it will let the underlying...
Read more >
Ignoring routes in ASP.NET Web API - StrathWeb
Ignoring routes. Before 2.1, you could use System.Web.Routing.StopRoutingHandler to prevent Web API from catching certain routes, but obviously ...
Read more >
Make Routing Ignore Requests For A File Extension - Haacked
Effectively, any request that matches an “ignore route” will be ignored by routing and normal ASP.NET handling will occur based on existing ...
Read more >
[Node] How to ignore the GET / route in my application - Agents
My name is Brian and I'll be happy to help you ignore your transaction. One thing to note about this ignore rule is...
Read more >
Ignore specific route · Issue #471 · hapijs/good - GitHub
... check) from good access/request log, but cannot figure out which specific configuration to use on that route. Can anyone please help?
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