cancel
Showing results for 
Search instead for 
Did you mean: 

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

08-19-2018 9:39 AM
705 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

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

Thank You Advance

0 Likes

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.