@fgimenez mentioned having a problem in the code the last time I suggested converting http:// to https:// because you run locally which allows the http protocol.
Here we only do a http->https redirect only on a HTTP 308 response which in your situation won't occur.
If this is acceptable, let me know. This is a nice to have but not as user-friendly necessary as some of the other HTTP response code handling I feel are.
@fgimenez mentioned having a problem in the code the last time I suggested converting http:// to https:// because you run locally which allows the http protocol.
Here we only do a http->https redirect only on a HTTP 308 response which in your situation won't occur.
If this is acceptable, let me know. This is a nice to have but not as user-friendly necessary as some of the other HTTP response code handling I feel are.