Touhid
Touhid

Reputation: 303

ajax "delete" method working in local but not in remote site [laravel]

I have a Kendo Ui grid in my laravel application. It uses laravel resource route for CRUD operation. Everything on kendo grid (read,create,update,destroy) works fine when the grid is accessed from localhost. But when i try from remote address (network connected pc) then "grid destroy" does not work with "delete" method.'get' and 'post' method works fine from remote address. The "delete" method request takes almost 4-5 sec to send the request to laravel ,moreover the request does not have any Form Data ( Input::all() = empty array ). Strange thing is it works fine in localhost. I have searched for google,laravel doc, kendo ui doc but no lack. Please help.

Upvotes: 0

Views: 206

Answers (0)

Related Questions