Skip to content

The new RFC-7239 compatible Forwarded header middleware for Asp.net Web Api.

License

Notifications You must be signed in to change notification settings

thehoneymad/OwinForwardedHeaderMiddleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC-7239 compliant reverse-proxy middleware for OWIN

Build status

To use the middleware in a OWIN startup:

    public void Configuration(IAppBuilder app)
    {
        app.UseForwardHeaders(options: default(ForwardedHeadersOptions));
    }

You can opt for a X-Forwarded-* standard of proxy headers or you can opt for the new RFC-7234 compliant forwarded headers. Using ForwardedHeadersOptions you can define your desired standard.

About

The new RFC-7239 compatible Forwarded header middleware for Asp.net Web Api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages