Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、HTTPS 経由で POST 要求に応答するルート内にLocationヘッダーを設定しています。通常の HTTP バージョンではなく、http://www.foo.comリダイレクトされ続けます。https://www.foo.comHTTPS 経由で POST を処理する場合、すべてのリダイレクトも HTTPS 経由で強制されますか?
Location
http://www.foo.com
https://www.foo.com
これは、PHP 5.3 を実行する Apache サーバー上にあります。