on 2018 Sep 03 9:48 AM
I have created an custom extension say 'abc' which is of type ycommercewebservices and overrides ycommercewebservices, then I have created an endpoint say /def, now I am trying to access this endpoint through postman 'https://localhost:9002/def/' , but I am getting 403 forbidden response,what changes should I do to make it accessible?
Request clarification before answering.
If you have generated your extension with ycommercewebservices, then your endpoint should be https://localhost:9002/rest/def
FYI, if you only need to build plain REST Service (without all the controllers etc that ycommercewebservices already has built in), I would recommend that you use the ywebservices template, as it is much leaner and easier to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, probably https://localhost:9002/abc/def/ ? the name of the context is in the extension's spring xml file
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 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.