Tag Archives: REST

Use any characters you want in your URLs with ASP.NET 4 and IIS 7!

After spending entirely too much time researching this issue today here is how you can use any characters you want for URLs in ASP.NET 4 and IIS 7. A bit of background: I am writing a web application that has a custom HttpModule and HttpHandler that should handle all requests and not limit the syntax [...]
Posted in Development, Web | Also tagged , | 17 Comments

UriTemplate Formats

If you need to use a UriTemplate, for example when applying WebInvokeAttribute to a WCF OperationContract to create a “REST endpoint”, the formatting rules are here: MSDN: UriTemplate and UriTemplateTable
Posted in Development, Web | Also tagged | Leave a comment