Skip to content

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

License

Notifications You must be signed in to change notification settings

VQComms/Owin.QueryStringToHeader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages