We are not able to use GET request as a fetch option like we do in others platforms. So, when we want to fetch information from an API that only allows this method, it fails. Also, we are not able to help API with cache, as most of them don't implement a specific header to allow cache with POST.
We are not able to use GET request as a fetch option like we do in others platforms. So, when we want to fetch information from an API that only allows this method, it fails. Also, we are not able to help API with cache, as most of them don't implement a specific header to allow cache with POST.