Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

laravel throwing MethodNotAllowedHttpException

I am trying to get something very basic running. I am used to CI and now learning Laravel 4, and their …

routing laravel laravel-4
A potentially dangerous Request.Path value was detected from the client (*)

I am receiving the rather self explanatory error: A potentially dangerous Request.Path value was detected from the client (*). The …

c# asp.net url routing webforms
Routing with Multiple Parameters using ASP.NET MVC

Our company is developing an API for our products and we are thinking about using ASP.NET MVC. While designing …

c# .net asp.net-mvc routing
Send data through routing paths in Angular

Is there anyway to send data as parameter with router.navigate? I mean, something like this example, as you can …

angular routing angular-router
How to get current route in Symfony 2?

How do I get the current route in Symfony 2? For example, routing.yml: somePage: pattern: /page/ defaults: { _controller: "AcmeBundle:Test:…

php symfony routing symfony-routing
How can I find out the current route in Rails?

I need to know the current route in a filter in Rails. How can I find out what it is? …

ruby-on-rails ruby routing
Passive Link in Angular 2 - <a href=""> equivalent

In Angular 1.x I can do the following to create a link which does basically nothing: <a href="">…

angular routing angular2-routing angular-router
How do I redirect to the previous action in ASP.NET MVC?

Lets suppose that I have some pages some.web/articles/details/5 some.web/users/info/bob some.web/foo/bar/7 …

asp.net-mvc routing redirect
AngularJS - How can I do a redirect with a full page load?

I want to do a redirect that does a full page reload so that the cookies from my web server …

angularjs routing
My Routes are Returning a 404, How can I Fix Them?

I've just started learning the Laravel framework and I'm having an issue with routing. The only route that's working is …

php laravel routing laravel-routing laravel-3