on 2018 Aug 09 9:16 PM
Hello,
I have severall REST interfaces that both use GET and PUT/POST calls and I'm a current error of "HTTP Status 405 Method Not Allowed" only when I'm calling by uri in HTTP. When I'm using HTTPS it works perfectly. The odd thing is that this only happens in PUT/POST methods, the GET works fine in HTTP.
I've disabled the HTTPS spring security parameters in the storefront and I still couldn't get it running.
Anyone have any ideas what it could be?
I'm running on 6.7.0.0
Request clarification before answering.
change <intercept-url pattern="/**" requires-channel="https"/> to <intercept-url pattern="/**" requires-channel="any"/> I hope it work for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please tell us how to disable https in security-v2-spring.xml file in active webservices extention . i already try to modify security-v2-spring.xml requires-channel i s changed to http but it is not working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to change in security-v2-spring.xm in your active webservice extension. store front is not responsible for webservice security.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you disable https from webservice extension or from storefront. I think you have to disable from webservice extension
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 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.