I am using intl-tel-input on a production environment. The default requests for the intl-tel-input ipinfo.io are in HTTPS. This does not happen in my development environment as requests are in HTTP.
Is there any way to override this so that I can use HTTP in production?
My code is:
var load_intlTelInput = function(){
$("#my_phone_number").intlTelInput({
defaultCountry: "auto"
});
};
PS: There are no intl-tel-input or ipinfo tags.