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.
- Host: GitHub
- URL: https://github.com/vqcomms/owin.querystringtoheader
- Owner: VQComms
- License: mit
- Created: 2014-06-12T15:34:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T10:29:26.000Z (about 4 years ago)
- Last Synced: 2025-10-06T02:01:04.987Z (9 months ago)
- Language: C#
- Size: 466 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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