• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion ajax requests over SSL for cfselect or autosuggest

Explorer ,
Oct 26, 2016 Oct 26, 2016

Copy link to clipboard

Copied

The code for these two fields below worked fine in ColdFusion 10.  We just upgraded to ColdFusion 2016 and it no longer works.  It looks like the requests are failing because they are trying to load over http and they need to be loaded over https because this is a secured application.  Is there a way to specify in the bind attribute somehow to make the request over https?  Or is there somewhere else to "fix" this?  Thanks

<cfinput type="text" name="lastName" size="55" autosuggest="cfc:persons.getPerson({cfautosuggestvalue})" required="yes" message="You must enter a last name>." />

<cfselect name="visitId" id="visitId" class="required" indonload="no" bind="cfc:visits.getVisits(id={subjectId@change}, availableAmt={availableAmt})">

Views

214

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation