So the laravel server I hosted on 000webhost only allow the get method and not any other method is it because of the hosting provider not allow other methods than get? The get method works fine but I can not request post or delete...
I tried adding CORS but it still doesn't work.