Skip to content
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

Don't assume port 80 when generating nextLink in ASP.NET Core #1559 #1560

Commits on Aug 3, 2018

  1. Don't assume port 80 when generating nextLink in ASP.NET Core OData#1559

    
    
    If the port isn't set on `request.Host`, port 80 was assumed previously.
    If the app is running behind a reverse proxy, and the port was not forwarded,
    this can result in invalid URLs - for example an https URL using port 80
    Instead, we just omit the port completely if it's not explictly set.
    andrewlock committed Aug 3, 2018
    Copy the full SHA
    b984a9a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Copy the full SHA
    2f4cce5 View commit details
    Browse the repository at this point in the history
  2. Add copyright notice

    andrewlock committed Aug 10, 2018
    Copy the full SHA
    9f1b720 View commit details
    Browse the repository at this point in the history