Is it possible for Espo to accept API requests without requiring authentication? I need Espo to accept a request from third-party software that does not offer any of the available authentication methods. I would authenticate the request in a module using custom logic, but the request never gets there because Espo returns a 403. The third-party software is not configurable, so I can't add headers.
Edit: To clarify, I am talking about API access to the back end via php. The idea is for the request to be accepted by the slim router in application/Espo/Core/Api/Starter.php without needing to authenticate.
Edit: To clarify, I am talking about API access to the back end via php. The idea is for the request to be accepted by the slim router in application/Espo/Core/Api/Starter.php without needing to authenticate.
Comment