[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
An interesting explanation with code sample is offered by Dan Cornilescu in his reply to the "Only receiving HTTP requests in Google App Engine Flex with .NET. How to only allow HTTPS?" question

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-26 Thread 'Olu' via Google App Engine
The documentation explains "By default, HTTPS connections on your custom domain will be enabled automatically using managed SSL certificates.". Managed certificates are provisioned on App Engine

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-25 Thread Attila-Mihaly Balazs
>From here: https://cloud.google.com/appengine/docs/flexible/go/how-requests-are-handled#request_limits "The X-Forwarded-Proto header lets you understand if the origin request was HTTP or HTTPs." All the best, Attila -- You received this message because you are subscribed to the Google