Advertisement
Guest User

Response::json output

a guest
Feb 5th, 2013
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <pre>Laravel\Response Object
  2. (
  3. [content] => {"error":{"type":"no_token","message":"No authentication token was provided in request"}}
  4. [foundation] => Symfony\Component\HttpFoundation\LaravelResponse Object
  5. (
  6. [headers] => Symfony\Component\HttpFoundation\ResponseHeaderBag Object
  7. (
  8. [computedCacheControl:protected] => Array
  9. (
  10. [no-cache] => 1
  11. )
  12.  
  13. [cookies:protected] => Array
  14. (
  15. )
  16.  
  17. [headers:protected] => Array
  18. (
  19. [content-type] => Array
  20. (
  21. [0] => application/json; charset=utf-8
  22. )
  23.  
  24. [cache-control] => Array
  25. (
  26. [0] => no-cache
  27. )
  28.  
  29. [date] => Array
  30. (
  31. [0] => Tue, 05 Feb 2013 10:01:22 GMT
  32. )
  33.  
  34. )
  35.  
  36. [cacheControl:protected] => Array
  37. (
  38. )
  39.  
  40. )
  41.  
  42. [content:protected] =>
  43. [version:protected] => 1.0
  44. [statusCode:protected] => 400
  45. [statusText:protected] => Bad Request
  46. [charset:protected] =>
  47. )
  48.  
  49. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement