【发布时间】:2016-01-20 16:19:44
【问题描述】:
我在生产环境中使用intl-tel-input。对 intl-tel-input ipinfo.io 的默认请求使用 HTTPS。这在我的开发环境中不会发生,因为请求是在 HTTP 中。
有什么方法可以覆盖它,以便我可以在生产中使用 HTTP?
我的代码是:
var load_intlTelInput = function(){
$("#my_phone_number").intlTelInput({
defaultCountry: "auto"
});
};
PS:没有 intl-tel-input 或 ipinfo 标签。
【问题讨论】:
标签: http ssl https ip intl-tel-input