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

Accessing Login page from CF

Community Beginner ,
Jan 24, 2014 Jan 24, 2014

Copy link to clipboard

Copied

My dept is using one asp web app and one cf web app.

Both apps. kind of related, many people use both, sometimes at the same time.

To access these two apps, admin and users are using the same username and password.

I'm trying to build a login interface on the CF app. for users to login into the asp application, eliminating the need for users to open

another when they are already in the CF app.

So I use CF Hot Link technique (using cfhttp url="url for the asp login UI"> and I got the asp login screen show up on my CF web app.

How can I get this login "talk" to the action page on the asp side? is it even possible?

Thanks,

Alec

TOPICS
Getting started

Views

589

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
Community Expert ,
Jan 31, 2014 Jan 31, 2014

Copy link to clipboard

Copied

LATEST

Use the fields you obtain from the ASP login page to create a form in CFM. Then set the form attributes as follows: method="post" and action="URL_of_ASP_action_page".

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