You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
if someones need the JSON response, they should have Accept header, so you don't need to use ($this->ajax() && ! $this->pjax()) || $this->wantsJson(); checks because some ajax requests may request HTML or XML responses https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
The naming of this issue is really vague. "Regarding response handle changes". What response handle? You want to change a response handle?
Why is this even an issue in this repository? There is already an open PR for it since three days back, and we're now discussing details about the fix.
pavinthan
changed the title
[proposal] Regarding response handle changes
[proposal] Expected data type should be in accept headers
Dec 20, 2017
if someones need the JSON response, they should have Accept header, so you don't need to use
($this->ajax() && ! $this->pjax()) || $this->wantsJson();
checks because some ajax requests may request HTML or XML responseshttps://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
@taylorotwell please review this issue
The text was updated successfully, but these errors were encountered: