cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Modification Handler works but cannot login to systems

0 Kudos


Hello,

I have one web dispatcher and two backend systems to connect to. I have used HTTP modification handler rules to filter on the following URLs:

http://wd_cq3.<companyname>.com/sap/crm_logon

http://wd_ci3.<companyname>.com/sap/crm_logon

(crm_logon is an alias for crm_ui_start)

The web dispatcher successfully re-directs the request to the correct backend system and presents the login screen. The problem is that when I enter my login credentials and hit enter, nothing happens. It sits and spins for a couple of seconds but does not log me in.

The web dispatcher admin tool shows that it is connected to both back end systems and I can see the app servers of each.

My profile is below:

My icm_filter.txt file:

Am I missing something here, or can this not work the way I am using it?

Thanks

Stuart Banner

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

How are the ICF services crm_logon and crm_ui_start configured in CRM? Especially Logon Data tab and Security Requirement. ICF services use System Logon by default and it is possible that HTTPS is assumed. To make sure check System Logon Configuration for both ICF services. Looking at your WD config, HTTPS is not enabled. Is HTTPS enabled in CRM? Have you configured table HTTPURLLOC in CRM? Use Fiddler, HttpFox, HTTPwatch, etc. to verify what URLs are being generated. Unless you support HTTPS, you will have to make sure HTTPS URLs aren't being generated.