The sugarCRM is hosted on http along with that custom API is expose.
And when we are trying to access the exposed endpoint from different application which is hosted in https.
Does it create a problem ?
The sugarCRM is hosted on http along with that custom API is expose.
And when we are trying to access the exposed endpoint from different application which is hosted in https.
Does it create a problem ?
Hi Rajinikanth,
It should not create any problem. But is there any specific reason or issues you are facing which made you ask this question?
Hi Ramya Katram
Stock API's are working properly with the scenario. But when i tried with the custom API its giving me the error as invalid_parameter 422 error code.
I was trying to check whether sugarCRM is blocking the request coming from different server and application.
It would really help if you could share the registerApiRest of your custom API.
It sounds like you are missing something in your path or a path variable
in general, the number of elements in your path need to equal the number of elements int he path vars.
Hi Francesca Shiekh
https://sugarclub.sugarcrm.com/explore/enterprise-professional/f/enterprise-professional-questions/4806/invalid-parameter-custom-endpoint
This is the complete description of my issue. And i added the registerApiRest of my custom API. The problem still persists. So i was debugging with other alternative way.
Ah yes, I should have recognized the duplicate post.
Ah yes, I should have recognized the duplicate post.