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

OCC V2 Resources How We can Enable Both the Request For HTTP and HTTPS

Former Member
0 Likes
505

I want To enable both the request and HTTP and HTTPS where we can enable in Hybris OCC 6.7v.

Thank You Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

If i try with it is not worrking giving the following error

former_member747843
Active Participant
0 Likes

Hi
You can change it by setting requires-channel="any" in ycommercewebservices/web/webroot/WEB-INF/config/v2/security-v2-spring.xml

 <intercept-url pattern="/**" requires-channel="any"/>

But 'https' is set there by default because of security reason so it is not recommended changing it on production environment.