I’m working on a project to get NDVI-data from Sentinelhub. I have an API of it’s own for handling connection to SentinelHub and processing it. The problem is that it seems to be working like a charm on everything else than on my laravel api, which it should be used on. I’ve tried to make the posts on plain curl and Guzzlehttp and it keeps failing… untill it doesn’t fail anymore. Then it start’s working.
The data is always similar which goes to the ndvi-API and for some reason it works sometimes and sometimes it does not. And when it starts working, it works for hours. I do no changes to the code and it starts working. It also works very well and always with other API’s. Even when it fails on Laravel API. Any one had similar issue of any kind? There’s a lot of stuff going on on the Laravel API, but it’s a simple curl post and should be no problem with it, since the data arrives to the NDVI-API on the right form. Always.
Thank you in advance.