Giter Site home page Giter Site logo

customhttpsport's Introduction

Custom Https Port Middleware for ASPNET5

Detect any MovedPermanently (301) response and redirect the request to the custom specified port if it's https scheme.

Useful in combination of [RequireHttps] attribute while developing on localhost.

When working on localhost in a custom port (1234)

if you use something like [RequireHttps] attribute it will be redirected to https://localhost:1234

but you probabily have https in another port. (43300)

This middleware is aimed to provide an easy way to redirect to the correct port.

How to use it?

Configure your application to serve on https on any custom port. If you are using IISExpress, there's already a certificate for ports 433xx. Then add to your Startup.cs class

public void ConfigureDevelopment(IApplicationBuilder app)
{
    app.UseCustomHttpsPort(44300);
    ...
    Configure(app);
}

note that ConfigureDevelopment will only be called if you have an 'Development' environment variable

customhttpsport's People

Contributors

bartmax avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.