cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP destination

Former Member
0 Kudos

Wanted to know how we distinguish b/w HTTP and HTTPS on recevier side.

In http destination

1) where we put HTTPS?

2) what is http proxy option in the http destination we create in sm59?

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you want to send a web service using https outside your network (some comapnies prefer then you use https). Some may take http, but usually when outside your network it would be https. Since your http adapter runs on IE, you need to enable the security certificates on the ABAP stack.

All this is explained in this help:

http://help.sap.com/saphelp_nw04/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm

Regards,

---Satish

former_member200962
Active Contributor
0 Kudos

HTTPS is not directly specified in the HTTP destination....rather SSL is activated which implies that the process is HTTPS (under Logon and Security): http://help.sap.com/saphelp_nw70/helpdata/en/22/042652488911d189490000e829fbbd/content.htm

You need to do the requiired settings (import Certificates etc) to establish HTTPS

Regards,

Abhishek.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Wanted to know how we distinguish b/w HTTP and HTTPS on recevier side.

>

> In http destination

>

> 1) where we put HTTPS?

>

> 2) what is http proxy option in the http destination we create in sm59?

>

> Thank you.

do read thru this - http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

that is the basic setting to enable a HTTPS communication