An open API service indexing awesome lists of open source software.

https://github.com/vqcomms/owin.querystringtoheader

A simple owin middleware component to turn a querystring parameter into a request header. This is useful when using token authentication with signalR.
https://github.com/vqcomms/owin.querystringtoheader

Last synced: 9 months ago
JSON representation

A simple owin middleware component to turn a querystring parameter into a request header. This is useful when using token authentication with signalR.

Awesome Lists containing this project

README

          

Owin.QueryStringToHeader
========================

A simple owin middleware component to turn a querystring parameter into a request header. This is useful when using token authentication with signalR.

Usage:
====

`app.QueryStringToHeader()`

Defaults:
====

QueryString parmeter name: authorization

Request header name: Authorization