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

cfajaxproxy using SSL

New Here ,
Aug 16, 2007 Aug 16, 2007

Copy link to clipboard

Copied

Background:
Using cfajaxproxy to call a cfc function on the server.

Question:
Is there any way to encode the javascript communication with the server using SSL?

Hope that question made sense. If not, please let me know.

Thanks,

-Neil
TOPICS
Advanced techniques

Views

222

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
New Here ,
Aug 27, 2007 Aug 27, 2007

Copy link to clipboard

Copied

LATEST
Considering that "AJAX" as it is supported in all the major browsers is the most stringent when it comes to security, You're cfajaxproxy essentially will use the same exact protocol, domain and port combination as where the .CFM file is originally served from. That means if your client views the site from https://somehost.com/ the ajax proxy will essentially point to that same location. This means that you're AJAX messages will be sent via SSL.

Votes

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
Resources
Documentation