on ‎2018 Aug 19 8:39 AM
I want To enable both the request and HTTP and HTTPS where we can enable in Hybris OCC 6.7v.
Thank You Advance
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.