-
Notifications
You must be signed in to change notification settings - Fork 25.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HttpsRedirection and Hsts middleware documentation #4568
Comments
@jkotalik Please let me know when the draft is ready, and I'll work with you to get it published. |
@jkotalik What's the status of the draft? |
I'll get on this within the next week or so. The design is fairly hardened now so I can properly document it. @danroth27 would you prefer to combine all Https documentation into the same doc or keep this separate? |
@danroth27 can you comment? |
@jkotalik how is the doc doing? @danroth27 see a question for you. |
Same doc seems fine to me. |
@jkotalik let me know when you have a draft of the article or when you'll have time to work on it. I can do the editing and polish it off. |
Thanks @Rick-Anderson ❤️ |
We just added a new set of middleware (aspnet/BasicMiddleware#264) that will Redirect HTTP to HTTPS and Add the Strict-Transport-Security header to HTTPS responses. We need documentation by 2.1 for this. It should be straightforward. I can write a draft for the documentation.
This would go in the "Enforcing SSL" section or in parallel to it.
The text was updated successfully, but these errors were encountered: