0

I am trying to add autocomplete functionality for Country/Region field on account form in on-prem environment of Dynamics CRM 2016 by following the post. My CRM environment is HTTPS enabled here in post it is mentioned that to add autocomplete functionality you have to allow access to http sites from HTTPS enabled site.

I want to know how can I get this job done?

Ruban J
  • 622
  • 1
  • 7
  • 31
AQ Dev
  • 43
  • 3
  • 14

1 Answers1

0

That's not supported in IE by default (you'll get a security exception) and I wouldn't do it cause it could introduce security flaws. Vice-versa is not the same tho, you could access a HTTPS site from a HTTP, that's not a problem.

Jordi
  • 1,460
  • 9
  • 9