• Secure Web Site and Mixed Protocols
  • Secure Web Site and Mixed Protocols
  • "4bb0af3a-01df-45f6-96b8-da4e1ad75308
  • The default behavior for the Web Client Framework does not allow mixed protocols. For example, if the server on which you install the Developer uses http protocol behind a reverse proxy using http and the client comes from the outside through https, or, the Developer server and the reverse proxy are https and the client is http, the user will receive an AddressFilter mismatch error when attempting to log in. You can edit the configuration to allow mixed protocols.
  • To allow mixed protocols:
  • Locate the
  • web.config
  • Open the
  • web.config
  • Search for the following tag:
  • <addressFilter filterMode="Exact"/>
  • Edit the tag as follows:
  • This tag appears twice in the file. Search for the second tag and repeat step 4.
  • Save and close the web.config file.