Top "Nancy" questions

Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra.

How to get a response from the Nancy Negotiator?

I have a NancyContext and I need to get a Response with a body based on the correct content negotiator …

c# nancy content-negotiation
Raw request Body Content

I'm developing Nancy web service that will collect data from clients which will send HTTP requests like this POST /iclock/…

nancy
cant start nancy self host without admin rights

My app uses Nancy Selfhosting. When I launch it without admin rights I get a System.Net.HttpListenerException "Access Denied". …

c# nancy
File downloads in a self-host Nancy application

I'm working on a small project that uses Nancy hosted from within a WPF application. I want to be able …

nancy
Getting CORS To Work With Nancy

I am trying to get all types of requests to work with Nancy and CORS. Currently I add a pipeline …

c# asp.net api cors nancy
Redirect to ReturnUrl after successful cookie authentication in Owin, Katana & Nancy

I am using Owin, Katana and Nancy to host a simple site with an authentication required section. Note I am …

c# authentication owin nancy katana
Nancy Model Binding

Hi I'm learning Nancy and I'm trying to bind to a model, but I'm getting the error: Error 8 'NancyFxTutorial.CarModule' …

c# model-binding nancy
NancyFx and Windows Authentication

I want to use NancyFx for an intranet web app. All the documentation and forums only mention Forms and Basic …

asp.net .net windows-authentication nancy
NancyFX : Deserialize JSON

The documentation suggests the NancyFx helps me out WRT deserialization of json request body, but I'm not sure how. See …

.net json rest nancy