cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web dynpro application url changes from http to https on transport.

matt
Active Contributor
0 Likes
5,101

In Dev, web dynpro applications have a url http://., in Test, it is also http://., but on import to Prod it is https://...

On Dev and Test the parameter login/ticket_only_by_https is set to 0, on Prod it is 1 - so maybe connected to that?.Being just an 'umble programmer, I don't get to change parameters on the customers's systems. My Basis team think it's a development issue - I'm trying to avoid a ping-pong between departments.

View Entire Topic
former_member221408
Participant

Is the issue only with the logon or is the application itself called with HTTPS protocol?

If the application is called with HTTPS protocol, there are two places where it can be controlled:

1. tr. SICF: /default_host/sap/bc/webdynpro/sap... -> 'Logon Data' tab -> 'Security requirement'. Standard or SSL.

2. tr. SE16, table 'HTTPURLLOC', where it can be set differently in the systems.

What you can also do, is to check if this is issue only for your WD Application, or any other web based services. E.g. try to call transaction SOAMANAGER, and see if this is opened also with HTTPS protocol in Prod.