Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

The requested resource does not support HTTP method 'GET'

My route is correctly configured, and my methods have the decorated tag. I still get "The requested resource does not …

c# routing asp.net-web-api
What algorithms compute directions from point A to point B on a map?

How do map providers (such as Google or Yahoo! Maps) suggest directions? I mean, they probably have real-world data in …

algorithm routing mapping
Web API Routing - api/{controller}/{action}/{id} "dysfunctions" api/{controller}/{id}

I have the default Route in Global.asax: RouteTable.Routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{id}", defaults: new { id = …

asp.net routing controller asp.net-web-api action
HttpContext.Current.Session is null when routing requests

Without routing, HttpContext.Current.Session is there so I know that the StateServer is working. When I route my requests, …

c# asp.net routing session-variables
Angular2 Routing with Hashtag to page anchor

I wish to add some links on my Angular2 page, that when click, will jump to specific positions within that …

routing angular hashtag
How to use absolute path in twig functions

I have an application with Symfony2 (2.2). When I want to send a mail, I'm having trouble with the paths, which …

symfony routing twig
S3 Static Website Hosting Route All Paths to Index.html

I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user …

amazon-web-services redirect amazon-s3 routing pushstate
Laravel - Using (:any?) wildcard for ALL routes?

I am having a bit of trouble with the routing. I'm working on a CMS, and i need two primary …

php laravel routing wildcard laravel-3
Laravel (5) - Routing to controller with optional parameters

I'd like to create a route that takes a required ID, and optional start and end dates ('Ymd'). If dates …

routing laravel-5
htaccess redirect for Angular routes

I have an angular application with several routes, such as: site.com/ site.com/page site.com/page/4 Using angular's …

angularjs .htaccess redirect web-applications routing