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.
我有一个通常从 javascript 函数触发的控制器方法。但是,我并不是要强迫每个人都使用 ssl。我是否可以同时允许 http 和 https 流量?
例子:
http://analytics.site.com/visit/new?blah=blahblah
https://analytics.site.com/visit/new?blah=blahblah
你可以这样做
[Https]
//analytics.site.com/visit/new?blah=blahblah
代替