Q: A few things. Overall this is a great deal!
Hi, I want to thank you for this deal. It’s great and offers high-quality service. I just want to mention a couple of things:
- https://v4-docs.chevereto.com/developer/api/api-v1.html (the API docs if offline)
- It would be great if the API endpoint for uploading images set the header Access-Control-Allow-Origin: *, so we could use web systems to upload files through the API. I understand that the secret key would need to be secured and not made public, and that’s fine. I want a private local web system that can do this without an additional backend.
Is this possible? Thanks in advance!
ShareMyImage.com
Mar 2, 2026A: Thank you so much for your kind words — we truly appreciate your feedback and are glad you’re happy with the deal and service 😊.
This is restricted due to security reasons.
The image upload API requires a secret API key. Allowing Access-Control-Allow-Origin: * would enable direct browser-based requests from any origin, which could expose the API key and lead to unauthorized uploads or misuse of the service.
For this reason, cross-origin access to the upload endpoint is intentionally limited to protect security and prevent abuse.