cancel
Showing results for 
Search instead for 
Did you mean: 

:( how to identify HTTP or HTTPS protocol in webdynrp

Former Member
0 Kudos

Hi Guys,

Does anyone know which Protocol the Portal is using thru webdynpro code. I mean whether portal is using http or https.

Thanks,

Raghavendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,,

 TaskBinder.getCurrentTask().getProtocolAdapter().getProtocolScheme() 

or

TaskBinder.getCurrentTask().getProtocolAdapter().getProtocolType 

should give you the same ..

Try these..

Regards

Bharathwaj

Former Member
0 Kudos

Thanks Bharathwaj!! It solved.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Raghavendra,

In portal, Knowledge Management supports both http and https, but uses the default protocol you enter here to generate the URLs that are required for Knowledge Management services.If the portal uses both http and https, then enter one of these as the default for Knowledge Management.

Former Member
0 Kudos