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 ?
it should not give a problem, I would recommend to put your Sugar Instance behind a firewall if you still want to leave your instance without an SSL.
Rodrigo Manara
Sr. Developer
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.
Hi Rodrigo Manara
The problem is stock API's are working fine. These problem is only for custom API.
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,
if custom API doesn't work while stock API works well, IMHO it looks like custom API development is not completed yet and has nothing to do with deployment specifics ( http or https) . Make sense?
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
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.
OK, I had completed the custom API as well But still i cant able to deploy. Please go through the below link and help me to resolve the issue.
https://sugarclub.sugarcrm.com/explore/enterprise-professional/f/enterprise-professional-questions/4806/invalid-parameter-custom-endpoint
Ah yes, I should have recognized the duplicate post.
can you post it an example of your request here plus URI ?
Rodrigo Manara
Sr. Developer