laravel-telescope-toolbar icon indicating copy to clipboard operation
laravel-telescope-toolbar copied to clipboard

Postman 204 error

Open justinkekeocha opened this issue 1 year ago • 0 comments

This package causes error in postman whenever a route returns an HTTP 204 response code. Since 204 response should have no body content, this package return HTML body, hence the HTTP error in postman

You can test this with the '/sanctum/csrf-cookie' route

justinkekeocha avatar Sep 19 '23 17:09 justinkekeocha