Project

General

Profile

Actions

Feature #51017

open

rgw: beast: lack of 302 http -> https redirects

Added by Konstantin Shalygin almost 3 years ago. Updated 9 months ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

With civetweb was possible to define:

port=0.0.0.0:80r+443s

This means: all requests on 80 port: return to client HTTP 302 with "Location" header: original request with https scheme

For example:

GET http://example.com/bucket/object -> 302 Location: https://example.com/bucket/object

Actions

Also available in: Atom PDF