cancel
Showing results for 
Search instead for 
Did you mean: 

http Connection

Former Member
0 Kudos

I want to establish HTTP connectivity with EP 6.0. I am looking for the following http authentication details:

1)Authentication Method

2)Authentication Type

3)Authentication URL

4)Custom Authentication Service ID

5)Enable Authentication Assistant

6)Permanent Authentication(client-side only)

7)URL Parameter for Password

8)URL Parameter for URL

Would be greatful if someone can explain giving an example.Thanks in advance.

View Entire Topic
Former Member
0 Kudos

Use the following information,

http://<host>:<port>/irj/servlet/prt/portal/prtroot//com.sap.portal.navigation.portallauncher.defaul...

URL parameter for the user id will be j_user and password is j_password. Pass additional parameter j_authscheme value will be default.

Other parameters can have anyvalue based on your requirements.

Hope it helps!!