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.
我使用 Heroku 来托管我的 Facebook 应用程序。该应用程序运行良好。唯一的事情是我的应用程序依赖于两个文件:即 index.jsp 和 result.jsp。
现在,默认情况下 index.jsp 文件位于安全 ssl (https) 上,但是当我的应用程序将用户重定向到 result.jsp 时,它会在 http 上加载(而不是在 ssl 上)
有什么办法可以将另一个文件(即result.jsp)也放在ssl上吗?
是否有任何Git命令?
您将需要手动检测用户是否使用 http 请求标头访问了非 https url x-forwarded-proto,然后将它们重定向到 https url。
x-forwarded-proto